Scenario, stage, and hub models¶
HubRequestDto¶
| Field | Type | Required | Description |
|---|---|---|---|
hub_name |
str |
yes | (max length 100, min length 0) |
ScenarioRequestDto¶
| Field | Type | Required | Description |
|---|---|---|---|
scenario_name |
str |
yes | (max length 100, min length 0) |
StageRequestDto¶
| Field | Type | Required | Description |
|---|---|---|---|
name |
str |
yes | |
length |
int |
yes | |
interest_rate |
float, optional |
no | |
inflation_rate |
float, optional |
no | |
index |
int |
yes |
StageResponseDto¶
| Field | Type | Required | Description |
|---|---|---|---|
name |
str |
yes | |
length |
int |
yes | |
interest_rate |
float, optional |
no | |
inflation_rate |
float, optional |
no | |
index |
int |
yes | |
guid |
UUID, optional |
no |