INSTR_FUTURE_TR(SQL Table) |
Index Back |
---|---|
Treasury FutureTable for future information. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | INSTRUMENT_TYPE | Character(10) | VARCHAR2(10) NOT NULL | Instrument type |
3 | INSTRMNT_TEMPLATE | Character(10) | VARCHAR2(10) NOT NULL | A unique key identifier associated with an instrument that describes a separate template version of a pre |
4 | INSTRUMENT_LINE | Number(3,0) | SMALLINT NOT NULL | A sequential number that identifies each instrument base type defined within a given instrument. |
5 | DELIVERY_YEAR | Number(4,0) | SMALLINT NOT NULL | Delivery Year |
6 | MONTHCD | Character(2) | VARCHAR2(2) NOT NULL |
Month
01=01 - January 02=02 - February 03=03 - March 04=04 - April 05=05 - May 06=06 - June 07=07 - July 08=08 - August 09=09 - September 10=10 - October 11=11 - November 12=12 - December |
7 | RT_RATE_INDEX | Character(10) | VARCHAR2(10) NOT NULL |
Market Rate Index
Prompt Table: RT_INDEX_FUT_VW |
8 | LAST_TRADE_DT | Date(10) | DATE | The last date on which a deal can be traded. |
9 | FIRST_DELIVERY_DT | Date(10) | DATE | Physical date of position. |
10 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
11 | FIRST_TRADE_DT | Date(10) | DATE | The lfirst date on which a deal can be traded. |
12 | LAST_DELIVERY_DT | Date(10) | DATE | Last delivery date for a contract . |
13 | RT_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Defines a category of market rates for currency conversion. Some examples of rate types are commercial, average, floating, and historical.
Prompt Table: RT_TYPE_TBL |