HDG_EF_ITEM_VW(SQL View) |
Index Back |
---|---|
Cumulative Offset Hedge Items |
SELECT H.BUSINESS_UNIT , H.HEDGE_ID , H.HEDGE_EF_ASES_CD , C.SETID , C.CALENDAR_ID , C.FISCAL_YEAR , C.ACCOUNTING_PERIOD , IM.MTM_CURRENCY ,SUM(IM.MTM_ACCTG_VALUE_PR) - SUM(IM.MTM_ACCTG_VALUE) , SUM(IM.MTM_ACCTG_VALUE_PR) , SUM(IM.MTM_ACCTG_VALUE) FROM PS_HDG_HEDGE H , PS_HDG_HEDGED_ITEM I , PS_HDG_ITEM_MTM IM , PS_CAL_DETP_TBL C WHERE H.BUSINESS_UNIT = I.BUSINESS_UNIT AND H.HEDGE_ID = I.HEDGE_ID AND I.BUSINESS_UNIT = IM.BUSINESS_UNIT AND I.HEDGE_ID = IM.HEDGE_ID AND I.HEDGED_ITEM_SEQ = IM.HEDGED_ITEM_SEQ AND IM.AS_OF_DATE BETWEEN C.BEGIN_DT AND C.END_DT GROUP BY H.BUSINESS_UNIT, H.HEDGE_ID, H.HEDGE_EF_ASES_CD, C.SETID, C.CALENDAR_ID, C.FISCAL_YEAR, C.ACCOUNTING_PERIOD , IM.MTM_CURRENCY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | HEDGE_ID | Character(12) | VARCHAR2(12) NOT NULL | Hedge ID identifies the designation of Hedging Deals (Instruments) as being the Hedge of Hedged Items |
3 | HEDGE_EF_ASES_CD | Character(3) | VARCHAR2(3) NOT NULL |
Effectiveness Assessment method
ANI=Assume No Ineffectiveness CRG=Correlation - Regression CUO=Cumulative Offset |
4 | CALENDAR_SETID | Character(5) | VARCHAR2(5) NOT NULL | Calendar SetID |
5 | CALENDAR_ID | Character(2) | VARCHAR2(2) NOT NULL | Calendar ID |
6 | FISCAL_YEAR | Number(4,0) | SMALLINT NOT NULL | Fiscal Year |
7 | ACCOUNTING_PERIOD | Number(3,0) | SMALLINT NOT NULL | Identifies a time period to which you post transactions. Typically, an accounting period represents a month, but it can also represent a week, a day, or any user-defined interval. An accounting period has a beginning date and an ending date, and is defined in the calendar table. |
8 | MTM_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL | The stated currency for a deal transaction's fair value (mark-to-market) |
9 | HEDGE_VARIATION | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Variation |
10 | MTM_ACCTG_VALUE_PR | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Fair Value |
11 | MTM_ACCTG_VALUE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | The Fair Value (Mark to Market) of a Treasury Deal, or the Fair Value or Cash Flows of a hedged item |