Download OpenAPI specification:Download
Interfejs programistyczny umożliwiający dostęp do danych dotyczących sektora funduszy inwestycyjnych. Dane udostępniane są w ramach wspierania przejrzystości i powszechnego dostępu do informacji o rynku kapitałowym.
Wszystkie udostępnione obecnie zasoby informacyjne dostępne są w trybie publicznym i nie wymagają uwierzytelnienia.
UWAGA: Pełne wersjonowanie historyczne danych słownikowych dostępne jest od roku 2020. Dla podmiotów powstałych wcześniej, pierwszy chronologiczny wpis odzwierciedla stan na rok 2020 (mimo, że data rozpoczęcia działalności wskazuje na termin wcześniejszy).
UWAGA Pełne wersjonowanie historyczne danych dostępne jest od roku 2020. Dla podmiotów powstałych wcześniej, pierwszy chronologiczny wpis odzwierciedla stan na rok 2020 (mimo, że pole fromDate pokazuje wcześniejszą datę powstania).
| asOf | string <date> Example: asOf=2024-01-01 Stan na dany dzień (RRRR-MM-DD) |
| includeInactive | boolean Default: false Czy uwzględnić podmioty, które zakończyły działalność |
| search | string Example: search=invest Filtrowanie po nazwie lub kodzie krajowym |
| page | integer <int32> Default: 0 Numer strony (indeks od 0) |
| size | integer <int32> Default: 50 Liczba elementów na stronie |
| sort | String[] Default: "name,asc" Sortowanie w formacie: pole,kierunek (można podać wielokrotnie) |
{- "content": [
- {
- "companyId": 123,
- "nationalCode": "PLTFI000000",
- "name": "TFI S.A.",
}
], - "page": {
- "size": 50,
- "totalElements": 456,
- "totalPages": 10,
- "number": 2
}, - "_links": [
- {
- "rel": "self"
}, - {
- "rel": "first"
}, - {
- "rel": "prev"
}, - {
- "rel": "next"
}, - {
- "rel": "last"
}
]
}UWAGA Pełne wersjonowanie historyczne danych dostępne jest od roku 2020. Dla podmiotów powstałych wcześniej, pierwszy chronologiczny wpis odzwierciedla stan na rok 2020 (mimo, że pole fromDate pokazuje wcześniejszą datę powstania).
| companyId required | integer <int64> Example: 123 Unikalny identyfikator numeryczny |
| asOf | string <date> Example: asOf=2024-01-01 Data, na którą zwrócone mają zostać dane |
{- "companyId": 123,
- "nationalCode": "PLTFI000000",
- "krs": "0000123456",
- "regon": 123456789,
- "name": "TFI S.A.",
- "fullName": "Towarzystwo Funduszy Inwestycyjnych S.A.",
- "postCode": "00-000",
- "city": "Warszawa",
- "street": "ul. Warszawska",
- "website": "www.tfi.pl",
- "fromDate": "2000-01-01",
- "toDate": "2020-01-01",
- "isActive": true,
- "_links": [
]
}UWAGA Pełne wersjonowanie historyczne danych dostępne jest od roku 2020. Dla podmiotów powstałych wcześniej, pierwszy chronologiczny wpis odzwierciedla stan na rok 2020 (mimo, że pole fromDate pokazuje wcześniejszą datę powstania).
| companyId required | integer <int64> Example: 123 Unikalny identyfikator numeryczny |
| page | integer <int32> Default: 0 Numer strony (indeks od 0) |
| size | integer <int32> Default: 50 Liczba elementów na stronie |
| sort | String[] Default: "validFrom,desc" Sortowanie w formacie: pole,kierunek (można podać wielokrotnie) |
{- "content": [
- {
- "historyId": 100123,
- "validFrom": "2023-01-01",
- "validTo": "9999-12-31",
- "data": {
- "companyId": 123,
- "nationalCode": "PLTFI000000",
- "krs": "0000123456",
- "regon": 123456789,
- "name": "TFI S.A.",
- "fullName": "Towarzystwo Funduszy Inwestycyjnych S.A.",
- "postCode": "00-000",
- "city": "Warszawa",
- "street": "ul. Warszawska",
- "website": "www.tfi.pl",
- "fromDate": "2000-01-01",
- "toDate": "2020-01-01",
- "isActive": true,
}
}
], - "page": {
- "size": 50,
- "totalElements": 150,
- "totalPages": 3,
- "number": 2
}, - "_links": [
]
}UWAGA Pełne wersjonowanie historyczne danych dostępne jest od roku 2020. Dla podmiotów powstałych wcześniej, pierwszy chronologiczny wpis odzwierciedla stan na rok 2020 (mimo, że pole fromDate pokazuje wcześniejszą datę powstania).
| asOf | string <date> Example: asOf=2024-01-01 Stan na dany dzień (RRRR-MM-DD) |
| includeInactive | boolean Default: false Czy uwzględnić podmioty, które zakończyły działalność |
| includeLiquidating | boolean Default: false Czy uwzględnić podmioty w procesie likwidacji |
| companyId | integer <int64> Example: companyId=123 Filtrowanie po TFI (companyId) |
| fundType | string Example: fundType=FIO Typ funduszu (FIO, SFIO, FIZ) |
| search | string Example: search=invest Filtrowanie po nazwie lub kodzie krajowym |
| page | integer <int32> Default: 0 Numer strony (indeks od 0) |
| size | integer <int32> Default: 50 Liczba elementów na stronie |
| sort | string Default: "name,asc" Sortowanie w formacie: pole,kierunek (można podać wielokrotnie) |
{- "content": [
- {
- "fundId": 456,
- "companyId": 123,
- "nationalCode": "PLFIO000000",
- "name": "FIO Akcji",
- "type": "FIO",
}
], - "page": {
- "size": 50,
- "totalElements": 456,
- "totalPages": 10,
- "number": 2
}, - "_links": [
- {
- "rel": "self"
}, - {
- "rel": "first"
}, - {
- "rel": "prev"
}, - {
- "rel": "next"
}, - {
- "rel": "last"
}
]
}UWAGA Pełne wersjonowanie historyczne danych dostępne jest od roku 2020. Dla podmiotów powstałych wcześniej, pierwszy chronologiczny wpis odzwierciedla stan na rok 2020 (mimo, że pole fromDate pokazuje wcześniejszą datę powstania).
| fundId required | integer <int64> Example: 456 Unikalny identyfikator numeryczny |
| asOf | string <date> Example: asOf=2024-01-01 Data, na którą zwrócone mają zostać dane |
{- "fundId": 465,
- "companyId": 123,
- "nationalCode": "PLFIO000000",
- "name": "FIO Akcji",
- "fullName": "Fundusz Inwestycyjny Otwarty Akcji",
- "type": "FIO",
- "classification": "akcji",
- "category": "akcji polskich",
- "liquidationStartDate": "2019-06-01",
- "liquidationEndDate": null,
- "isLiquidating": true,
- "fromDate": "2000-01-01",
- "toDate": null,
- "isActive": true,
- "_links": [
- {
- "rel": "key-information"
},
]
}UWAGA Pełne wersjonowanie historyczne danych dostępne jest od roku 2020. Dla podmiotów powstałych wcześniej, pierwszy chronologiczny wpis odzwierciedla stan na rok 2020 (mimo, że pole fromDate pokazuje wcześniejszą datę powstania).
| fundId required | integer <int64> Example: 456 Unikalny identyfikator numeryczny |
| page | integer <int32> Default: 0 Numer strony (indeks od 0) |
| size | integer <int32> Default: 50 Liczba elementów na stronie |
| sort | string Default: "validFrom,desc" Sortowanie w formacie: pole,kierunek (można podać wielokrotnie) |
{- "content": [
- {
- "historyId": 100123,
- "validFrom": "2023-01-01",
- "validTo": "9999-12-31",
- "data": {
- "fundId": 456,
- "companyId": 123,
- "nationalCode": "PLFIO000000",
- "name": "FIO Akcji",
- "fullName": "Fundusz Inwestycyjny Otwarty Akcji",
- "type": "FIO",
- "classification": "akcji",
- "category": "akcji polskich",
- "liquidationStartDate": "2019-06-01",
- "liquidationEndDate": null,
- "isLiquidating": true,
- "fromDate": "2000-01-01",
- "toDate": null,
- "isActive": true,
}
}
], - "page": {
- "size": 50,
- "totalElements": 456,
- "totalPages": 10,
- "number": 2
}, - "_links": [
]
}UWAGA Pełne wersjonowanie historyczne danych dostępne jest od roku 2020. Dla podmiotów powstałych wcześniej, pierwszy chronologiczny wpis odzwierciedla stan na rok 2020 (mimo, że pole fromDate pokazuje wcześniejszą datę powstania).
| asOf | string <date> Example: asOf=2024-01-01 Stan na dany dzień (RRRR-MM-DD) |
| includeInactive | boolean Default: false Czy uwzględnić podmioty, które zakończyły działalność |
| includeLiquidating | boolean Default: false Czy uwzględnić podmioty w procesie likwidacji |
| fundId | integer <int64> Example: fundId=456 Filtrowanie po funduszu (fundId) |
| fundType | string Example: fundType=FIO Typ funduszu (FIO, SFIO, FIZ) |
| search | string Example: search=invest Filtrowanie po nazwie lub kodzie krajowym |
| page | integer <int32> Default: 0 Numer strony (indeks od 0) |
| size | integer <int32> Default: 50 Liczba elementów na stronie |
| sort | string Default: "name,asc" Sortowanie w formacie: pole,kierunek (można podać wielokrotnie) |
{- "content": [
- {
- "subfundId": 789,
- "fundId": 456,
- "nationalCode": "PLFIO000001",
- "name": "Subfundusz Akcji Spółek Dywidendowych",
- "type": "FIO",
}
], - "page": {
- "size": 50,
- "totalElements": 456,
- "totalPages": 10,
- "number": 2
}, - "_links": [
- {
- "rel": "self"
}, - {
- "rel": "first"
}, - {
- "rel": "prev"
}, - {
- "rel": "next"
}, - {
- "rel": "last"
}
]
}UWAGA Pełne wersjonowanie historyczne danych dostępne jest od roku 2020. Dla podmiotów powstałych wcześniej, pierwszy chronologiczny wpis odzwierciedla stan na rok 2020 (mimo, że pole fromDate pokazuje wcześniejszą datę powstania).
| subfundId required | integer <int64> Example: 789 Unikalny identyfikator numeryczny |
| asOf | string <date> Example: asOf=2024-01-01 Data, na którą zwrócone mają zostać dane |
{- "subfundId": 789,
- "fundId": 456,
- "nationalCode": "PLFIO000001",
- "name": "Subfundusz Akcji",
- "fullName": "Subfundusz Inwestycyjny Otwarty Akcji Spółek Dywidendowych",
- "type": "FIO",
- "classification": "akcji",
- "category": "akcji polskich",
- "liquidationStartDate": "2024-01-15",
- "liquidationEndDate": null,
- "isLiquidating": true,
- "fromDate": "2010-01-01",
- "toDate": null,
- "isActive": true,
- "_links": [
- {
- "rel": "key-information"
}, - {
- "rel": "valuations"
},
]
}UWAGA Pełne wersjonowanie historyczne danych dostępne jest od roku 2020. Dla podmiotów powstałych wcześniej, pierwszy chronologiczny wpis odzwierciedla stan na rok 2020 (mimo, że pole fromDate pokazuje wcześniejszą datę powstania).
| subfundId required | integer <int64> Example: 789 Unikalny identyfikator numeryczny |
| page | integer <int32> Default: 0 Numer strony (indeks od 0) |
| size | integer <int32> Default: 50 Liczba elementów na stronie |
| sort | string Default: "validFrom,desc" Sortowanie w formacie: pole,kierunek (można podać wielokrotnie) |
{- "content": [
- {
- "historyId": 100123,
- "validFrom": "2023-01-01",
- "validTo": "9999-12-31",
- "data": {
- "subfundId": 789,
- "fundId": 456,
- "nationalCode": "PLFIO000001",
- "name": "Subfundusz Akcji",
- "fullName": "Subfundusz Inwestycyjny Otwarty Akcji Spółek Dywidendowych",
- "type": "FIO",
- "classification": "akcji",
- "category": "akcji polskich",
- "esg": "art. 8 SFDR",
- "liquidationStartDate": "2024-01-15",
- "liquidationEndDate": null,
- "isLiquidating": true,
- "fromDate": "2010-01-01",
- "toDate": null,
- "isActive": true,
}
}
], - "page": {
- "size": 50,
- "totalElements": 456,
- "totalPages": 10,
- "number": 2
}, - "_links": [
]
}Zwraca listę dokumentów KID (sub)funduszy wraz z informacjami o paginacji (HATEOAS).
| includeInactive | boolean Default: false Czy uwzględnić dokumenty historyczne |
| subfundId | integer <int64> Example: subfundId=789 Filtrowanie po subfunduszu (subfundId) |
| fundId | integer <int64> Example: fundId=456 Filtrowanie po funduszu (fundId) |
| publicationDate | string <date> Example: publicationDate=2024-06-30 Konkretna data publikacji (RRRR-MM-DD) |
| fromPublicationDate | string <date> Example: fromPublicationDate=2024-01-01 Początek zakresu dat publikacji (RRRR-MM-DD) |
| toPublicationDate | string <date> Example: toPublicationDate=2024-12-31 Koniec zakresu dat publikacji (RRRR-MM-DD) |
| search | string Example: search=akcji Filtrowanie po nazwie pliku |
| page | integer <int32> Default: 0 Numer strony (indeks od 0) |
| size | integer <int32> Default: 50 Liczba elementów na stronie |
| sort | string Default: "publicationDate,desc" Sortowanie w formacie: pole,kierunek (można podać wielokrotnie) |
{- "content": [
- {
- "documentUuid": "de37093a-9309-4216-87a4-fa7ebb703483",
- "subfundId": 789,
- "fundId": null,
- "publicationDate": "2024-01-30",
- "filename": "KID_2024_01_30_FUND_50.pdf",
- "_links": [
- {
- "rel": "self"
}
]
}
], - "page": {
- "size": 50,
- "totalElements": 156,
- "totalPages": 4,
- "number": 2
}, - "_links": [
]
}Zwraca pełne informacje o konkretnym dokumencie KID (sub)funduszu.
| documentUuid required | string <uuid> Example: 550e8400-e29b-41d4-a716-446655440000 Unikalny identyfikator dokumentu KID (UUID) |
{- "documentUuid": "550e8400-e29b-41d4-a716-446655440000",
- "subfundId": 789,
- "fundId": null,
- "unit": "Jednostka kategorii A",
- "currency": "PLN",
- "isPrimary": true,
- "publicationDate": "2024-01-30",
- "filename": "KID_2024_01_30_FUND_50.pdf",
- "riskLevel": 3,
- "maxEntryFeeRate": 0.02,
- "maxExitFeeRate": 0,
- "managementAndOtherFeesRate": 0.015,
- "transactionCostsRate": 0.002,
- "hasSuccessFee": false,
- "successFee": "W przypadku tego produktu nie ma opłaty za wyniki.",
- "hasBenchmark": true,
- "benchmark": "90% WIG + 10% WIBID ON",
- "scenarios": [
- {
- "name": "scenariusz korzystny",
- "results": [
- {
- "period": 1,
- "returnRate": 0.051
}, - {
- "period": 5,
- "returnRate": 0.124
}
]
}, - {
- "name": "scenariusz umiarkowany",
- "results": [
- {
- "period": 1,
- "returnRate": 0.021
}, - {
- "period": 5,
- "returnRate": 0.065
}
]
}
], - "isActive": true,
- "_links": [
- {
- "rel": "self"
}, - {
- "rel": "subfund"
}
]
}Zwraca plik PDF powiązany z danym (sub)funduszem.
| documentUuid required | string <uuid> Example: 550e8400-e29b-41d4-a716-446655440000 Unikalny identyfikator dokumentu KID (UUID) |
{ "timestamp": "2026-01-01T12:00:00.000Z", "status": 404, "error": "Not Found", "message": "Nie znaleziono pliku o podanym identyfikatorze: 123e4567-e89b-12d3-a456-426614174000", "path": "/v1/key-information/123e4567-e89b-12d3-a456-426614174000/file" }
Zwraca listę dokumentów KID wszystkich jednostek (sub)funduszy wraz z informacjami o paginacji (HATEOAS).
| includeInactive | boolean Default: false Czy uwzględnić dokumenty historyczne |
| subfundId | integer <int64> Example: subfundId=789 Filtrowanie po subfunduszu (subfundId) |
| fundId | integer <int64> Example: fundId=456 Filtrowanie po funduszu (fundId) |
| unit | string Example: unit=A Filtrowanie po jednostce uczestnictwa |
| currency | string Example: currency=PLN Filtrowanie po walucie |
| isPrimary | boolean Example: isPrimary=true Filtrowanie według wskazania kategorii głównej |
| publicationDate | string <date> Example: publicationDate=2024-06-30 Konkretna data publikacji (RRRR-MM-DD) |
| fromPublicationDate | string <date> Example: fromPublicationDate=2024-01-01 Początek zakresu dat publikacji (RRRR-MM-DD) |
| toPublicationDate | string <date> Example: toPublicationDate=2024-12-31 Koniec zakresu dat publikacji (RRRR-MM-DD) |
| search | string Example: search=akcji Filtrowanie po nazwie pliku |
| page | integer <int32> Default: 0 Numer strony (indeks od 0) |
| size | integer <int32> Default: 50 Liczba elementów na stronie |
| sort | string Default: "publicationDate,desc" Sortowanie w formacie: pole,kierunek (można podać wielokrotnie) |
{- "content": [
- {
- "documentUuid": "de37093a-9309-4216-87a4-fa7ebb703483",
- "subfundId": 789,
- "fundId": null,
- "unit": "A",
- "currency": "PLN",
- "isPrimary": true,
- "publicationDate": "2024-01-30",
- "filename": "KID_PLN_A.pdf",
- "_links": [
- {
- "rel": "self"
}
]
}
], - "page": {
- "size": 50,
- "totalElements": 250,
- "totalPages": 5,
- "number": 2
}, - "_links": [
]
}Zwraca pełne informacje o konkretnym dokumencie KID jednostki (sub)funduszu.
| documentUuid required | string <uuid> Example: 550e8400-e29b-41d4-a716-446655440000 Unikalny identyfikator dokumentu KID (UUID) |
{- "documentUuid": "550e8400-e29b-41d4-a716-446655440000",
- "subfundId": 789,
- "fundId": null,
- "unit": "Jednostka kategorii A",
- "currency": "PLN",
- "isPrimary": true,
- "publicationDate": "2024-01-30",
- "filename": "KID_2024_01_30_FUND_50.pdf",
- "riskLevel": 3,
- "maxEntryFeeRate": 0.02,
- "maxExitFeeRate": 0,
- "managementAndOtherFeesRate": 0.015,
- "transactionCostsRate": 0.002,
- "hasSuccessFee": false,
- "successFee": "W przypadku tego produktu nie ma opłaty za wyniki.",
- "hasBenchmark": true,
- "benchmark": "90% WIG + 10% WIBID ON",
- "scenarios": [
- {
- "name": "scenariusz korzystny",
- "results": [
- {
- "period": 1,
- "returnRate": 0.051
}, - {
- "period": 5,
- "returnRate": 0.124
}
]
}, - {
- "name": "scenariusz umiarkowany",
- "results": [
- {
- "period": 1,
- "returnRate": 0.021
}, - {
- "period": 5,
- "returnRate": 0.065
}
]
}
], - "isActive": true,
- "_links": [
- {
- "rel": "self"
}, - {
- "rel": "subfund"
}
]
}Zwraca plik PDF powiązany z daną jednostką (sub)funduszu.
| documentUuid required | string <uuid> Example: 550e8400-e29b-41d4-a716-446655440000 Unikalny identyfikator dokumentu KID (UUID) |
{ "timestamp": "2026-01-01T12:00:00.000Z", "status": 404, "error": "Not Found", "message": "Nie znaleziono pliku o podanym identyfikatorze: 123e4567-e89b-12d3-a456-426614174000", "path": "/v1/key-information/units/123e4567-e89b-12d3-a456-426614174000/file" }
Zwraca listę wycen (sub)funduszy wraz z informacjami o paginacji (HATEOAS).
| subfundId | integer <int64> Example: subfundId=789 Filtrowanie po subfunduszu (subfundId) |
| fundId | integer <int64> Example: fundId=456 Filtrowanie po funduszu (fundId) |
| currency | string Example: currency=PLN Filtrowanie po walucie |
| date | string <date> Example: date=2024-06-30 Konkretna data wyceny (RRRR-MM-DD) |
| fromDate | string <date> Example: fromDate=2024-01-01 Początek zakresu dat wycen (RRRR-MM-DD) |
| toDate | string <date> Example: toDate=2024-12-31 Koniec zakresu dat wycen (RRRR-MM-DD) |
| page | integer <int32> Default: 0 Numer strony (indeks od 0) |
| size | integer <int32> Default: 50 Liczba elementów na stronie |
| sort | string Default: "date,desc" Sortowanie w formacie: pole,kierunek (można podać wielokrotnie) |
{- "content": [
- {
- "valuationUuid": "8e8da722-7236-4853-9347-ee0100cca1c2",
- "subfundId": 789,
- "fundId": null,
- "currency": "PLN",
- "date": "2024-01-15",
- "valuation": 125.75,
- "_links": [
- {
- "rel": "self"
}
]
}
], - "page": {
- "size": 50,
- "totalElements": 456,
- "totalPages": 10,
- "number": 2
}, - "_links": [
- {
- "rel": "self"
}, - {
- "rel": "first"
}, - {
- "rel": "prev"
}, - {
- "rel": "next"
},
]
}Zwraca pełne informacje o konkretnej wycenie (sub)funduszu.
| valuationUuid required | string <uuid> Example: 8e8da722-7236-4853-9347-ee0100cca1c2 Unikalny identyfikator (UUID) |
{- "valuationUuid": "8e8da722-7236-4853-9347-ee0100cca1c2",
- "subfundId": 789,
- "fundId": null,
- "currency": "PLN",
- "date": "2024-01-15",
- "valuation": 125.75,
- "_links": [
- {
- "rel": "self"
}, - {
- "rel": "subfund"
},
]
}Zwraca listę wycen jednostek (sub)funduszy wraz z informacjami o paginacji (HATEOAS).
| valuationUuid | string <uuid> Example: valuationUuid=8e8da722-7236-4853-9347-ee0100cca1c2 Filtrowanie po identyfikatorze wyceny (valuationUuid) |
| subfundId | integer <int64> Example: subfundId=789 Filtrowanie po subfunduszu (subfundId) |
| fundId | integer <int64> Example: fundId=456 Filtrowanie po funduszu (fundId) |
| unit | string Example: unit=A Filtrowanie po jednostce uczestnictwa |
| currency | string Example: currency=PLN Filtrowanie po walucie |
| isPrimary | boolean Example: isPrimary=true Filtrowanie według wskazania kategorii głównej |
| isArticle83 | boolean Example: isArticle83=true Filtrowanie według zgodności z artykułem 83 |
| date | string <date> Example: date=2024-06-30 Konkretna data wyceny (RRRR-MM-DD) |
| fromDate | string <date> Example: fromDate=2024-01-01 Początek zakresu dat wycen (RRRR-MM-DD) |
| toDate | string <date> Example: toDate=2024-12-31 Koniec zakresu dat wycen (RRRR-MM-DD) |
| page | integer <int32> Default: 0 Numer strony (indeks od 0) |
| size | integer <int32> Default: 50 Liczba elementów na stronie |
| sort | string Default: "date,desc" Sortowanie w formacie: pole,kierunek (można podać wielokrotnie) |
{- "content": [
- {
- "valuationUnitUuid": "2c699b90-dc07-4bcb-b647-670fc521924c",
- "valuationUuid": "8e8da722-7236-4853-9347-ee0100cca1c2",
- "subfundId": 789,
- "fundId": null,
- "unit": "A",
- "currency": "PLN",
- "isPrimary": true,
- "isArticle83": false,
- "date": "2024-01-15",
- "valuation": 124.55,
- "_links": [
- {
- "rel": "self"
}
]
}
], - "page": {
- "size": 50,
- "totalElements": 456,
- "totalPages": 10,
- "number": 2
}, - "_links": [
]
}Zwraca pełne informacje o konkretnej wycenie jednostki (sub)funduszu.
| valuationUnitUuid required | string <uuid> Example: 2c699b90-dc07-4bcb-b647-670fc521924c Unikalny identyfikator (UUID) |
{- "valuationUnitUuid": "2c699b90-dc07-4bcb-b647-670fc521924c",
- "valuationUuid": "8e8da722-7236-4853-9347-ee0100cca1c2",
- "subfundId": 789,
- "fundId": null,
- "unit": "A",
- "currency": "PLN",
- "isPrimary": true,
- "isArticle83": false,
- "date": "2024-01-15",
- "valuation": 124.55,
- "_links": [
- {
- "rel": "self"
}, - {
- "rel": "valuation"
}, - {
- "rel": "subfund"
}
]
}