ST_REL_SWAP(SQL Table) |
Index Back |
---|---|
Stock Release Swap tableDefines the release swap information captured by the option tranaction processing. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | STOCK_ID | Character(10) | VARCHAR2(10) NOT NULL | Stock ID |
3 | GRANT_NBR | Character(10) | VARCHAR2(10) NOT NULL | System assigned grant number used to uniquely identify the grant record. |
4 | EXERCISE_NBR | Number(8,0) | INTEGER NOT NULL | System assigned exercise number used to uniquely identify the exercise record. |
5 | RELEASE_NBR | Number(8,0) | INTEGER NOT NULL | System assigned release number used to uniquely identify the release record. |
6 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
7 | SHARES_SWAPPED | Number(19,6) | DECIMAL(18,6) NOT NULL | Total number of shares swapped. |
8 | SWAP_SOURCE | Character(1) | VARCHAR2(1) NOT NULL |
Source of swapped shares.
C=Constructive Delivery P=Physical Delivery |
9 | STOCK_CERTIFICATE | Character(20) | VARCHAR2(20) NOT NULL | The certificate number from the stock being swapped. |
10 | DATE_ACQUIRED | Date(10) | DATE | Date Acquired |