Private Assets
Last updated: 2026-02-12
Private assets can be modelled in MantaRisk by using a proxy instrument and the PUT /history endpoint. For example, a US property can be modelled as:
{
"instrument": {
"instrument_code": "YourUniqueCode",
"asset_class": "MMR",
"currency": "USD",
"name": "MyHouse"
},
"proxy": {
"isin": "US9229085538",
"currency": "USD"
}
}
Here we proxy the US property with the Vanguard Real Estate Index Fund ETF, which will then be used in our analytics calculations.
