Margin Simulations
Get Reg-T simulation
Get a Reg-T margin simluation that was previously created. Note, simulations are automatically deleted after 48-hours.
get/entities/{entity_id}/regt-margin-simulations/{simulation_id}
Path parameters
entity_idstring required
Entity ID for the legal entity.
Example:100000
Entity ID
simulation_idstring uuid required
Unique ID for a simulation.
Example:6460030d-8ed4-19d3-818e-e87b36e90005
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"
}
]
}
]
}
}