| Name | Description | Type | Additional Information |
|---|---|---|---|
| ContractID |
ID or Contract Number of the contract |
string |
Max length: 10 |
| LocationID |
Contract Location ID |
string |
Required Max length: 6 |
| CommodityID |
Commodity ID for the contract |
string |
Required Max length: 6 |
| ExchangeID |
ID of the exchange used |
string |
Max length: 10 |
| DateEstablished |
Date the contract was established |
string |
Format must be MM/dd/yyyy |
| CommodityUnits |
Units for the contract |
decimal number | |
| DeliveryDate |
Date of delivery |
string | |
| ContractType |
Type of contract |
FuturesContractType |
Required |
| ContractStatus |
Current status of the contract |
FuturesContractStatus |
Required |
| FuturesMonthID |
ID of the futures month |
string |
Max length: 10 |
| VendorID |
ID of the vendor/broker |
string |
Max length: 10 |
| FuturesPrice |
Futures price established for the contract |
decimal number | |
| UnitsPerContract |
Units on a futures contract |
decimal number | |
| ExternalContractID |
Reference ID from another source to be stored with the contract |
string |
Max length: 50 |
| StrikePrice |
Strike Price on a Call and Put futures contracts |
decimal number | |
| FuturesContractDeliveryDates |
List of delivery dates for the contract |
Collection of ClsFuturesContractDeliveryDateAdd | |
| FuturesContractComments |
List of comments for the contract |
Collection of ClsFuturesContractCommentAdd |