-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_request.json
More file actions
22 lines (22 loc) · 835 Bytes
/
sample_request.json
File metadata and controls
22 lines (22 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"user_portfolio": {
"Type":"existing",
"Name":"my_portfolio"
},
"benchmark":"Aggressive",
"hard_constraints":["has_tobacco","has_military"],
"esg_constraints":[
{"type":"esg_sustainability","value":"Average"},
{"type":"esg_environmental","value":"High"}
],
"allocation_constraints":[
{"type":"asset-class","value":"Equity","allocation":0.5,"inequality":"equal"},
{"type":"asset-class","value":"Corporate Bonds","allocation":0.3,"inequality":"less than or equal"},
{"type":"asset-class","value":"Government Bonds","allocation":0.2,"inequality":"equal"}
],
"result_requirements":[
{"type":"AllowShortSales","value":"False"},
{"type":"MaximumInvestmentWeight","value":0.2},
{"type":"CashInfusion","value":50000}
]
}