Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.16 KB | None | 0 0
  1. {
  2.     "investment_id": 4,
  3.     "cod": "FOL2827",
  4.     "status": "UPDATING",
  5.     "last_update": "2020-01-20T00:00:00",
  6.     "portfolio": {
  7.         "CR5": 10,
  8.         "FSE": 10,
  9.         "CR7": 80
  10.     },
  11.     "type": "WM",
  12.     "summary": {
  13.         "assets": 10000,
  14.         "liquidity": 1000,
  15.         "profit": -3,
  16.         "volatility": 2.54,
  17.         "returns": {
  18.             "mw": {
  19.                 "ytd": 3,
  20.                 "inception": 1.5,
  21.                 "3m": -2
  22.             },
  23.             "tw": {
  24.                 "ytd": 3,
  25.                 "inception": 1.5,
  26.                 "3m": -2
  27.             }
  28.         }
  29.     },
  30.     "private_banker": {
  31.         "full_name": "Richard Taler",
  32.         "email": "info@euclidea.com"
  33.     },
  34.     "owners": [
  35.         {
  36.             "type": "int",
  37.             "id": 4,
  38.             "first_name": "Giovanni",
  39.             "last_name": "Folgori"
  40.         },
  41.         {
  42.             "type": "del",
  43.             "id": 14,
  44.             "first_name": "Christian",
  45.             "last_name": "Ferranti"
  46.         }
  47.     ],
  48.     "composition": {
  49.         "summary": [
  50.             {
  51.                 "asset_class": "Obbligazionario Breve Termine",
  52.                 "weight": 25
  53.             },
  54.             {
  55.                 "asset_class": "Obbligazionario",
  56.                 "weight": 25
  57.             },
  58.             {
  59.                 "asset_class": "Credito",
  60.                 "weight": 25
  61.             },
  62.             {
  63.                 "asset_class": "Azionario",
  64.                 "weight": 24
  65.             },
  66.             {
  67.                 "asset_class": "Liquidità",
  68.                 "weight": 1
  69.             }
  70.         ],
  71.         "details": [
  72.             {
  73.                 "asset_class": "Obbligazionario Breve Termine",
  74.                 "is_liquidity": false,
  75.                 "subassets": [
  76.                     {
  77.                         "subasset": "Obbligazioni societarie europee a breve termine",
  78.                         "instruments": [
  79.                             {
  80.                                 "instrument_id": 56162,
  81.                                 "isin": "AAABBCCDD",
  82.                                 "instrument": "Groupama Credit Euro CT M",
  83.                                 "weight": 50,
  84.                                 "value": 10,
  85.                                 "cost": 30
  86.                             }
  87.                         ],
  88.                         "weight": 50,
  89.                         "value": 10,
  90.                         "cost": 30
  91.                     }
  92.                 ],
  93.                 "value": 65200.2,
  94.                 "weight": 25
  95.             },
  96.             {
  97.                 "asset_class": "Liquidità",
  98.                 "is_liquidity": true,
  99.                 "value": 1500,
  100.                 "weight": 1
  101.             }
  102.         ],
  103.         "geo":{
  104.             "obbligazionario":[
  105.                 {"country":"Stati Uniti","code":"USA","value":5},
  106.                 {"country":"Italy","code":"ITA","value":1.5}
  107.             ],
  108.             "azionario":[
  109.                 {"country":"Stati Uniti","code":"USA","value":0.5},
  110.                 {"country":"Cina","code":"CHN","value":5}
  111.             ]
  112.         }
  113.     }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement