OptionExercise
This table holds settlement information for each trade-option combo. It is used for reporting and not for MarketGrid processing.
- Section: CartaX
Metadata
- Base Table Class: Static
- Default Size: Trade * 2 = 2000
Fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| Id | Integer (signed) | 8 | The unique identifier of this OptionExercise. |
| Status | Set of Status | 4 | |
| Trade | Foreign key to Trade | 8 | Settlement transaction that applies to the Trade.Id. |
| OptionGrant | String | 48 | The long text identifier of this OptionExercise. |
| StrikePrice | Integer (signed) | 8 | |
| Quantity | Integer (signed) | 8 | |
| ExerciseCost | Integer (signed) | 8 | |
| SecurityType | String | 24 | The short text identifier of this OptionExercise. |
| UpdateNumber | Integer (unsigned) | 8 | A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record. |
| OwnerUser | Foreign key to User | 8 | The Id of the User that owns this OptionExercise. |
| OwnerGroup | Foreign key to Group | 8 | The Id of the Group that owns this OptionExercise. |
| OwnerFirm | Foreign key to Firm | 8 | The Id of the Firm that owns this OptionExercise. |
| CreateUser | Foreign key to User | 8 | The Id of the User that created this OptionExercise. |
| CreateTimestamp | Integer (unsigned) | 8 | The time at which this OptionExercise was created. |
| UpdateUser | Foreign key to User | 8 | The Id of the User that last updated this OptionExercise. |
| UpdateTimestamp | Integer (unsigned) | 8 | The time at which this OptionExercise was last updated. |