| Name | Type | Description | Notes |
|---|---|---|---|
| id | number | Product ID | [optional] [default to undefined] |
| instrumentName | string | Product Name | [optional] [default to undefined] |
| investCurrency | string | Investment Token | [optional] [default to undefined] |
| exerciseCurrency | string | Strike Token | [optional] [default to undefined] |
| exercisePrice | number | Strike price | [optional] [default to undefined] |
| deliveryTime | number | Settlement time | [optional] [default to undefined] |
| minCopies | number | Minimum Units | [optional] [default to undefined] |
| maxCopies | number | Maximum Units | [optional] [default to undefined] |
| perValue | string | Value Per Unit | [optional] [default to undefined] |
| apyDisplay | string | Annual Yield | [optional] [default to undefined] |
| startTime | number | Start Time | [optional] [default to undefined] |
| endTime | number | End time | [optional] [default to undefined] |
| status | string | Status: `NOTSTARTED`-Not Started `ONGOING`-In Progress `ENDED`-Ended | [optional] [default to undefined] |