XML

Financial Instruments - XML

Financial instruments are products with economic value used for managing and investing funds. They include diverse products with different risk and return characteristics, such as stocks, bonds, investment trusts, ETFs, REITs, derivatives, and foreign currency deposits. Investors build portfolios by combining these financial instruments according to their asset situation and risk tolerance.

financial instruments investment stocks bonds investment trusts ETF REIT derivatives asset management
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>stocks</slug>
    <name>Stocks</name>
    <description>Financial instruments that provide ownership in a company, generating returns through price appreciation and dividends.</description>
    <returnType>Capital Gains and Income Gains</returnType>
    <riskLevel>High Risk</riskLevel>
  </item>
  <item>
    <code>02</code>
    <slug>bonds</slug>
    <name>Bonds</name>
    <description>Securities issued by governments or corporations to raise funds, promising repayment of principal and interest.</description>
    <returnType>Income Gains</returnType>
    <riskLevel>Low to Medium Risk</riskLevel>
  </item>
  <item>
    <code>03</code>
    <slug>investment-trusts</slug>
    <name>Investment Trusts</name>
    <description>Financial products where professionals manage pooled funds from investors and distribute the returns.</description>
    <returnType>Capital Gains and Income Gains</returnType>
    <riskLevel>Medium Risk</riskLevel>
  </item>
  <item>
    <code>04</code>
    <slug>etf</slug>
    <name>ETF (Exchange Traded Fund)</name>
    <description>Investment trusts listed on stock exchanges that can be traded in real-time like stocks.</description>
    <returnType>Capital Gains and Income Gains</returnType>
    <riskLevel>Medium to High Risk</riskLevel>
  </item>
  <item>
    <code>05</code>
    <slug>reit</slug>
    <name>REIT (Real Estate Investment Trust)</name>
    <description>Investment trusts focused on income-generating real estate, enabling real estate investment from small amounts.</description>
    <returnType>Income Gains and Capital Gains</returnType>
    <riskLevel>Medium Risk</riskLevel>
  </item>
  <item>
    <code>06</code>
    <slug>derivatives</slug>
    <name>Derivatives</name>
    <description>Financial instruments derived from underlying assets, such as futures and options.</description>
    <returnType>Capital Gains</returnType>
    <riskLevel>High Risk</riskLevel>
  </item>
  <item>
    <code>07</code>
    <slug>foreign-currency-deposits</slug>
    <name>Foreign Currency Deposits</name>
    <description>Financial products for depositing in foreign currencies such as USD and EUR.</description>
    <returnType>Capital Gains and Income Gains</returnType>
    <riskLevel>Medium Risk</riskLevel>
  </item>
  <item>
    <code>08</code>
    <slug>deposits-savings</slug>
    <name>Deposits and Savings</name>
    <description>Financial products with principal guarantee, protected by deposit insurance.</description>
    <returnType>Income Gains</returnType>
    <riskLevel>Low Risk</riskLevel>
  </item>
  <item>
    <code>09</code>
    <slug>commodities</slug>
    <name>Commodity Investments</name>
    <description>Financial products for investing in commodities such as gold and crude oil.</description>
    <returnType>Capital Gains</returnType>
    <riskLevel>Medium Risk</riskLevel>
  </item>
  <item>
    <code>10</code>
    <slug>forex</slug>
    <name>FX (Foreign Exchange Margin Trading)</name>
    <description>Financial products for trading currencies with leveraged margin to gain from exchange rate differences.</description>
    <returnType>Capital Gains and Income Gains</returnType>
    <riskLevel>High Risk</riskLevel>
  </item>
</items>