| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Product ID | [optional] |
| instrument_name | str | Product Name | [optional] |
| invest_currency | str | Investment Token | [optional] |
| exercise_currency | str | Strike Token | [optional] |
| exercise_price | float | Strike price | [optional] |
| delivery_time | int | Settlement time | [optional] |
| min_copies | int | Minimum Units | [optional] |
| max_copies | int | Maximum Units | [optional] |
| per_value | str | Value Per Unit | [optional] |
| apy_display | str | Annual Yield | [optional] |
| start_time | int | Start Time | [optional] |
| end_time | int | End time | [optional] |
| status | str | Status: `NOTSTARTED`-Not Started `ONGOING`-In Progress `ENDED`-Ended | [optional] |