Get Reg-T simulation
Get a Reg-T margin simluation that was previously created. Note, simulations are automatically deleted after 48-hours.
Path parameters
Entity ID for the legal entity.
Entity ID
Unique ID for a simulation.
Simulation ID
Response
Reg-T margin simulation
Example response
{
"simulation_id": "6460030d-8ed4-19d3-818e-e87b36e90005",
"before": {
"groups": [
{
"members": [
{
"symbol": "AAPL",
"quantity": "100"
}
]
}
]
},
"after": {
"groups": [
{
"members": [
{
"symbol": "AAPL",
"quantity": "100"
}
]
}
]
}
}Changes
Changed in 1 of the 22 revisions of this API.4
- ●
added the new
currencyenum value to theafter/groups/items/members/items/asset_classresponse property for the response status200response-property-enum-value-added
- ●
added the new
currencyenum value to thebefore/groups/items/members/items/asset_classresponse property for the response status200response-property-enum-value-added
- ●
added the new
fundenum value to theafter/groups/items/members/items/asset_classresponse property for the response status200response-property-enum-value-added
- ●
added the new
fundenum value to thebefore/groups/items/members/items/asset_classresponse property for the response status200response-property-enum-value-added
- ●