| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Product ID | [optional] |
| category | int | Strategy category | [optional] |
| type | str | `call`: sell high; `put`: buy low | [optional] |
| invest_currency | str | Investment Token | [optional] |
| exercise_currency | str | Strike Token | [optional] |
| apy_display | str | Annual Yield | [optional] |
| exercise_price | str | Strike price | [optional] |
| delivery_timest | int | Settlement time | [optional] |
| min_amount | str | Minimum investment amount | [optional] |
| max_amount | str | Maximum investment amount | [optional] |
| min_copies | int | Minimum Units | [optional] |
| max_copies | int | Maximum Units | [optional] |
| invest_days | int | Lock-up days | [optional] |
| invest_hours | str | Lock-up hours | [optional] |