ST_PURCHASE_PRC

(SQL Table)
Index Back

ESPP Purchase Price Table

This table contains the purchase period prices (Purchase FMV, Calculated Purchase Price, Actual Purchase Price, and Anti Dilution Price) for each grant date.

  • Parent record: ST_PURCHASE_PD
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 STOCK_ID Character(10) VARCHAR2(10) NOT NULL Company's Stock Identification Symbol

    Prompt Table: STOCK_TBL

    2 STOCK_PLAN_TYPE Character(1) VARCHAR2(1) NOT NULL Type of Stock Plan
    E=Purchase Plan
    O=Option Plan
    3 STOCK_PLAN Character(10) VARCHAR2(10) NOT NULL Stock Plan

    Prompt Table: STOCK_PLAN_TBL

    4 OFFERING_ID Character(10) VARCHAR2(10) NOT NULL Offering ID

    Prompt Table: ST_OFFERING_PD

    5 PERIOD_END_DT Date(10) DATE Period End Date
    6 GRANT_DT Date(10) DATE NOT NULL Grant Date
    7 GRANT_FMV Number(19,6) DECIMAL(18,6) NOT NULL Grant Fair Market Value
    8 PURCHASE_FMV Number(19,6) DECIMAL(18,6) NOT NULL Purchase FMV
    9 PURCHASE_PRC_CALC Number(19,6) DECIMAL(18,6) NOT NULL Calculated Purchase Price
    10 PURCHASE_PRICE Number(19,6) DECIMAL(18,6) NOT NULL Purchase Price
    11 ANTI_DILUTION_PRC Number(19,6) DECIMAL(18,6) NOT NULL Anti Dilution Price
    12 PURCH_PRC_NO_DISC Number(19,6) DECIMAL(18,6) NOT NULL Price without Discount