mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
155 lines
7.4 KiB
155 lines
7.4 KiB
<div class="container">
|
|
<div class="row">
|
|
<ul>
|
|
<li i18n="@@metaDescription">
|
|
Ghostfolio is a personal finance dashboard to keep track of your net
|
|
worth including cash, stocks, ETFs and cryptocurrencies across multiple
|
|
platforms.
|
|
</li>
|
|
<li i18n="@@metaKeywords">
|
|
app, asset, cryptocurrency, dashboard, etf, finance, management,
|
|
performance, portfolio, software, stock, trading, wealth, web3
|
|
</li>
|
|
<li i18n="@@myAccount">My Account</li>
|
|
<li i18n="@@rule.accountClusterRisk.category">Account Cluster Risks</li>
|
|
<li i18n="@@rule.accountClusterRiskCurrentInvestment">Investment</li>
|
|
<li i18n="@@rule.accountClusterRiskCurrentInvestment.false">
|
|
Over ${thresholdMax}% of your current investment is at
|
|
${maxAccountName} (${maxInvestmentRatio}%)
|
|
</li>
|
|
<li i18n="@@rule.accountClusterRiskCurrentInvestment.false.invalid">
|
|
No accounts have been set up
|
|
</li>
|
|
<li i18n="@@rule.accountClusterRiskCurrentInvestment.true">
|
|
The major part of your current investment is at
|
|
${maxAccountName} (${maxInvestmentRatio}%) and does
|
|
not exceed ${thresholdMax}%
|
|
</li>
|
|
<li i18n="@@rule.accountClusterRiskSingleAccount">Single Account</li>
|
|
<li i18n="@@rule.accountClusterRiskSingleAccount.false">
|
|
Your net worth is managed by a single account
|
|
</li>
|
|
<li i18n="@@rule.accountClusterRiskSingleAccount.false.invalid">
|
|
Your net worth is managed by 0 accounts
|
|
</li>
|
|
<li i18n="@@rule.accountClusterRiskSingleAccount.true">
|
|
Your net worth is managed by ${accountsLength} accounts
|
|
</li>
|
|
<li i18n="@@rule.assetClassClusterRisk.category">
|
|
Asset Class Cluster Risks
|
|
</li>
|
|
<li i18n="@@rule.assetClassClusterRiskEquity">Equity</li>
|
|
<li i18n="@@rule.assetClassClusterRiskEquity.false.max">
|
|
The equity contribution of your current investment
|
|
(${equityValueRatio}%) exceeds ${thresholdMax}%
|
|
</li>
|
|
<li i18n="@@rule.assetClassClusterRiskEquity.false.min">
|
|
The equity contribution of your current investment
|
|
(${equityValueRatio}%) is below ${thresholdMin}%
|
|
</li>
|
|
<li i18n="@@rule.assetClassClusterRiskEquity.true">
|
|
The equity contribution of your current investment
|
|
(${equityValueRatio}%) is within the range of
|
|
${thresholdMin}% and ${thresholdMax}%
|
|
</li>
|
|
<li i18n="@@rule.assetClassClusterRiskFixedIncome">Fixed Income</li>
|
|
<li i18n="@@rule.assetClassClusterRiskFixedIncome.false.max">
|
|
The fixed income contribution of your current investment
|
|
(${fixedIncomeValueRatio}%) exceeds ${thresholdMax}%
|
|
</li>
|
|
<li i18n="@@rule.assetClassClusterRiskFixedIncome.false.min">
|
|
The fixed income contribution of your current investment
|
|
(${fixedIncomeValueRatio}%) is below
|
|
${thresholdMin}%
|
|
</li>
|
|
<li i18n="@@rule.assetClassClusterRiskFixedIncome.true">
|
|
The fixed income contribution of your current investment
|
|
(${fixedIncomeValueRatio}%) is within the range of
|
|
${thresholdMin}% and ${thresholdMax}%
|
|
</li>
|
|
<li i18n="@@rule.currencyClusterRisk.category">Currency Cluster Risks</li>
|
|
<li i18n="@@rule.currencyClusterRiskBaseCurrencyCurrentInvestment">
|
|
Investment: Base Currency
|
|
</li>
|
|
<li i18n="@@rule.currencyClusterRiskBaseCurrencyCurrentInvestment.false">
|
|
The major part of your current investment is not in your base currency
|
|
(${baseCurrencyValueRatio}% in ${baseCurrency})
|
|
</li>
|
|
<li i18n="@@rule.currencyClusterRiskBaseCurrencyCurrentInvestment.true">
|
|
The major part of your current investment is in your base currency
|
|
(${baseCurrencyValueRatio}% in ${baseCurrency})
|
|
</li>
|
|
<li i18n="@@rule.currencyClusterRiskCurrentInvestment">Investment</li>
|
|
<li i18n="@@rule.currencyClusterRiskCurrentInvestment.false">
|
|
Over ${thresholdMax}% of your current investment is in
|
|
${currency} (${maxValueRatio}%)
|
|
</li>
|
|
<li i18n="@@rule.currencyClusterRiskCurrentInvestment.true">
|
|
The major part of your current investment is in ${currency}
|
|
(${maxValueRatio}%) and does not exceed
|
|
${thresholdMax}%
|
|
</li>
|
|
<li i18n="@@rule.economicMarketClusterRisk.category">
|
|
Economic Market Cluster Risks
|
|
</li>
|
|
<li i18n="@@rule.economicMarketClusterRiskDevelopedMarkets">
|
|
Developed Markets
|
|
</li>
|
|
<li i18n="@@rule.economicMarketClusterRiskDevelopedMarkets.false.max">
|
|
The developed markets contribution of your current investment
|
|
(${developedMarketsValueRatio}%) exceeds
|
|
${thresholdMax}%
|
|
</li>
|
|
<li i18n="@@rule.economicMarketClusterRiskDevelopedMarkets.false.min">
|
|
The developed markets contribution of your current investment
|
|
(${developedMarketsValueRatio}%) is below
|
|
${thresholdMin}%
|
|
</li>
|
|
<li i18n="@@rule.economicMarketClusterRiskDevelopedMarkets.true">
|
|
The developed markets contribution of your current investment
|
|
(${developedMarketsValueRatio}%) is within the range of
|
|
${thresholdMin}% and ${thresholdMax}%
|
|
</li>
|
|
<li i18n="@@rule.economicMarketClusterRiskEmergingMarkets">
|
|
Emerging Markets
|
|
</li>
|
|
<li i18n="@@rule.economicMarketClusterRiskEmergingMarkets.false.max">
|
|
The emerging markets contribution of your current investment
|
|
(${emergingMarketsValueRatio}%) exceeds
|
|
${thresholdMax}%
|
|
</li>
|
|
<li i18n="@@rule.economicMarketClusterRiskEmergingMarkets.false.min">
|
|
The emerging markets contribution of your current investment
|
|
(${emergingMarketsValueRatio}%) is below
|
|
${thresholdMin}%
|
|
</li>
|
|
<li i18n="@@rule.economicMarketClusterRiskEmergingMarkets.true">
|
|
The emerging markets contribution of your current investment
|
|
(${emergingMarketsValueRatio}%) is within the range of
|
|
${thresholdMin}% and ${thresholdMax}%
|
|
</li>
|
|
<li i18n="@@rule.emergencyFund.category">Emergency Fund</li>
|
|
<li i18n="@@rule.emergencyFundSetup">Set up</li>
|
|
<li i18n="@@rule.emergencyFundSetup.false">
|
|
No emergency fund has been set up
|
|
</li>
|
|
<li i18n="@@rule.emergencyFundSetup.true">
|
|
An emergency fund has been set up
|
|
</li>
|
|
<li i18n="@@rule.feeRatioInitialInvestment">Fee Ratio</li>
|
|
<li i18n="@@rule.feeRatioInitialInvestment.false">
|
|
The fees do exceed ${thresholdMax}% of your initial investment
|
|
(${feeRatio}%)
|
|
</li>
|
|
<li i18n="@@rule.feeRatioInitialInvestment.true">
|
|
The fees do not exceed ${thresholdMax}% of your initial
|
|
investment (${feeRatio}%)
|
|
</li>
|
|
<li i18n="@@rule.fees.category">Fees</li>
|
|
<li i18n="@@rule.regionalMarketClusterRisk.category">
|
|
Regional Market Cluster Risks
|
|
</li>
|
|
<li i18n="@@slogan">Open Source Wealth Management Software</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|