TRX_EQTY_SPLIT(SQL Table) |
Index Back |
---|---|
Equity SplitsSplit history table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EQUITY_ID | Character(10) | VARCHAR2(10) NOT NULL |
Equity Identification Number - used to identify an equity in the system. the number is system generated and used for technical purposes only.
Prompt Table: TRX_EQTY_DEFN |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
4 | SPLIT_DATE | Date(10) | DATE | Split Date |
5 | PAYMENT_DT | Date(10) | DATE | Payment Date |
6 | HDG_RATIO | Signed Number(8,3) | DECIMAL(6,3) NOT NULL | Ratio |
7 | RATIO_NUM | Number(3,0) | SMALLINT NOT NULL | Numerator portion of the ratio |
8 | RATIO_DEM | Number(3,0) | SMALLINT NOT NULL | Denominator portion of the ratio |
9 | TRANSACTION_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | The nominal or actual deal transaction amount. |
10 | TRANSACT_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL |
"The nominal
Prompt Table: CURRENCY_CD_TBL |
11 | NBR_OF_CONTRACTS | Signed Number(18,4) | DECIMAL(16,4) NOT NULL | This is the number of future contracts associated with a deal |
12 | TRANSACTION_PRICE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | The preferred business price for a given deal transaction. |