Fonların Karşılaştırması Fon Karşılaştırma
TÜM EMEKLİLİK FONLARI
Seçilen Fonlar
| Fon Getirisi |
-
{{ fund.fundReturn.oneYear != null
? '%' + fund.fundReturn.oneYear
: '-' }}
Yıllık Getiri
1 Aylık Getiri
{{ fund.fundReturn.oneMonth != null
? '%' + fund.fundReturn.oneMonth
: '-' }}
6 Aylık Getiri
{{ fund.fundReturn.sixMonths != null
? '%' + fund.fundReturn.sixMonths
: '-' }}
|
||
| Fon Büyüklüğü | {{ fund.fundInformation.netAssetValue != null ? formatMoney(fund.fundInformation.netAssetValue) + ' TL' : '-' }} | ||
| Risk Değeri | {{ fund.fundInformation.riskValue != null ? fund.fundInformation.riskValue + '/7' : '-' }} | ||
| Katılımcı | {{ fund.fundInformation.numberOfInvestors != null ? formatNumber(fund.fundInformation.numberOfInvestors) : '-' }} | ||
| Benchmark Ölçütü | {{ fund.fundInformation.benchmarkDefination != null ? fund.fundInformation.benchmarkDefination : '-' }} | ||
| Fon Fiyat ve Getirileri | |||
| 1 Günlük Getiri | {{ fund.fundReturn.oneDay != null ? '%' + fund.fundReturn.oneDay : '-' }} | ||
| 1 Aylık Getiri | {{ fund.fundReturn.oneMonth != null ? '%' + fund.fundReturn.oneMonth : '-' }} | ||
| 6 Aylık Getiri | {{ fund.fundReturn.sixMonths != null ? '%' + fund.fundReturn.sixMonths : '-' }} | ||
| 1 Yıllık Getiri | {{ fund.fundReturn.oneYear != null ? '%' + fund.fundReturn.oneYear : '-' }} | ||
| 2 Yıllık Getiri | {{ fund.fundReturn.twoYears != null ? '%' + fund.fundReturn.twoYears : '-' }} | ||
| Fon Fiyatı | {{ fund.price != null ? fund.price : '-' }} | ||
| Fon Detay | |||