Search Results xtr_rm_md_curves
Overview
The XTR_RM_MD_CURVES table is a core data repository within the Oracle E-Business Suite (EBS) Treasury (XTR) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master definition table for market data curves, which are fundamental constructs in financial risk management and valuation. A curve, such as a yield curve or a forward rate curve, represents the relationship between interest rates and different maturities for a given currency or currency pair. This table stores the essential attributes and metadata that define each curve, enabling the system to correctly apply market data for pricing financial instruments, calculating fair values, performing sensitivity analysis, and assessing market risk exposures. Its role is central to the market data management subsystem of Oracle Treasury.
Key Information Stored
The table's primary function is to define curve characteristics. Its structure, inferred from the provided metadata, includes key columns that categorize and describe each curve. The CURVE_CODE column acts as the unique identifier (Primary Key) for each curve definition. The table maintains foreign key relationships to the XTR_MASTER_CURRENCIES table via two critical columns: CCY and CONTRA_CCY. This indicates the table supports curves for single currencies (e.g., USD yield curve) and for currency pairs (e.g., USD/EUR forward points curve). Additional columns, while not explicitly listed in the excerpt, typically store attributes such as curve type (e.g., Zero Coupon, Par, Forward), day count convention, interpolation method, compounding frequency, and the source or provider of the market data.
Common Use Cases and Queries
This table is primarily accessed for curve setup, maintenance, and reference in risk and valuation processes. A common operational use case is the creation and validation of a new curve during market data configuration. For reporting and analysis, queries often join this table with the XTR_RM_MD_CURVE_RATES table to retrieve the full term structure. A typical query pattern would be: SELECT c.curve_code, c.ccy, r.tenor, r.rate FROM xtr_rm_md_curves c, xtr_rm_md_curve_rates r WHERE c.curve_code = r.curve_code AND c.ccy = 'USD' ORDER BY r.tenor; This retrieves all tenors and rates for USD-denominated curves. The table is also crucial for batch processes that run mark-to-market valuation or Value-at-Risk (VaR) calculations, where the correct curve definition must be sourced for each instrument.
Related Objects
The XTR_RM_MD_CURVES table has defined relationships with several other key Treasury tables, forming the backbone of the market data model.
- XTR_MASTER_CURRENCIES (Foreign Key): Joined via
XTR_RM_MD_CURVES.CCYandXTR_RM_MD_CURVES.CONTRA_CCYto validate and describe the primary and contra currencies for the curve. - XTR_RM_MD_CURVE_RATES (Primary Key Reference): The child table where the actual rate values for specific tenors are stored, linked by
XTR_RM_MD_CURVE_RATES.CURVE_CODE. - XTR_RM_MD_SET_CURVES (Primary Key Reference): Likely a mapping table that groups individual curves into logical sets for scenario analysis or reporting, linked by
XTR_RM_MD_SET_CURVES.CURVE_CODE.
-
Table: XTR_RM_MD_CURVES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_RM_MD_CURVES, object_name:XTR_RM_MD_CURVES, status:VALID, product: XTR - Treasury , description: Market data curve attributes , implementation_dba_data: XTR.XTR_RM_MD_CURVES ,
-
Table: XTR_RM_MD_CURVES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_RM_MD_CURVES, object_name:XTR_RM_MD_CURVES, status:VALID, product: XTR - Treasury , description: Market data curve attributes , implementation_dba_data: XTR.XTR_RM_MD_CURVES ,
-
APPS.XTR_RM_MD_CURVES_PKG dependencies on XTR_RM_MD_CURVES
12.2.2
-
APPS.QRM_CALCULATORS_P dependencies on XTR_RM_MD_CURVES
12.1.1
-
APPS.XTR_MARKET_DATA_P dependencies on XTR_RM_MD_CURVES
12.2.2
-
APPS.XTR_MARKET_DATA_P dependencies on XTR_RM_MD_CURVES
12.1.1
-
APPS.XTR_RM_MD_CURVES_PKG dependencies on XTR_RM_MD_CURVES
12.1.1
-
APPS.QRM_CALCULATORS_P dependencies on XTR_RM_MD_CURVES
12.2.2
-
APPS.XTR_MARKET_DATA_P dependencies on XTR_RM_MD_SET_CURVES
12.2.2
-
APPS.XTR_MARKET_DATA_P dependencies on XTR_RM_MD_SET_CURVES
12.1.1
-
APPS.XTR_RM_MD_CURVES_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.XTR_RM_MD_CURVES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_RM_MD_CURVES, status:VALID,
-
VIEW: APPS.XTR_RM_MD_SET_CURVES_V
12.2.2
-
APPS.QRM_CALCULATORS_P SQL Statements
12.1.1
-
VIEW: XTR.XTR_RM_MD_CURVES#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_RM_MD_CURVES#, status:VALID,
-
APPS.XTR_RM_MD_CURVES_PKG SQL Statements
12.2.2
-
VIEW: APPS.XTR_RM_MD_CURVES_DFV
12.2.2
-
SYNONYM: APPS.XTR_RM_MD_CURVES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_RM_MD_CURVES, status:VALID,
-
VIEW: APPS.XTR_RM_MD_CURVES_DFV
12.1.1
-
Table: XTR_MASTER_CURRENCIES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_MASTER_CURRENCIES, object_name:XTR_MASTER_CURRENCIES, status:VALID, product: XTR - Treasury , description: Currency information including its net maximum exposure, quotation basis, and year basis , implementation_dba_data: XTR.XTR_MASTER_CURRENCIES ,
-
APPS.QRM_CALCULATORS_P SQL Statements
12.2.2
-
VIEW: APPS.XTR_RM_MD_SET_CURVES_V
12.1.1
-
Table: XTR_MASTER_CURRENCIES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_MASTER_CURRENCIES, object_name:XTR_MASTER_CURRENCIES, status:VALID, product: XTR - Treasury , description: Currency information including its net maximum exposure, quotation basis, and year basis , implementation_dba_data: XTR.XTR_MASTER_CURRENCIES ,
-
PACKAGE BODY: APPS.XTR_RM_MD_CURVES_PKG
12.1.1
-
VIEW: XTR.XTR_RM_MD_CURVES#
12.2.2
-
PACKAGE BODY: APPS.XTR_RM_MD_CURVES_PKG
12.2.2
-
Table: XTR_RM_MD_CURVE_RATES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_RM_MD_CURVE_RATES, object_name:XTR_RM_MD_CURVE_RATES, status:VALID, product: XTR - Treasury , description: Market data points of which market data curves are composed , implementation_dba_data: XTR.XTR_RM_MD_CURVE_RATES ,
-
TABLE: XTR.XTR_RM_MD_CURVES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_RM_MD_CURVES, object_name:XTR_RM_MD_CURVES, status:VALID,
-
APPS.XTR_MARKET_DATA_P SQL Statements
12.2.2
-
APPS.XTR_MARKET_DATA_P SQL Statements
12.1.1
-
TABLE: XTR.XTR_RM_MD_CURVES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_RM_MD_CURVES, object_name:XTR_RM_MD_CURVES, status:VALID,
-
Table: XTR_RM_MD_CURVE_RATES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_RM_MD_CURVE_RATES, object_name:XTR_RM_MD_CURVE_RATES, status:VALID, product: XTR - Treasury , description: Market data points of which market data curves are composed , implementation_dba_data: XTR.XTR_RM_MD_CURVE_RATES ,
-
View: XTR_RM_MD_SET_CURVES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_RM_MD_SET_CURVES_V, object_name:XTR_RM_MD_SET_CURVES_V, status:VALID, product: XTR - Treasury , description: All market data curves (and their attributes) that are part of market data sets , implementation_dba_data: APPS.XTR_RM_MD_SET_CURVES_V ,
-
Table: XTR_RM_MD_SET_CURVES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_RM_MD_SET_CURVES, object_name:XTR_RM_MD_SET_CURVES, status:VALID, product: XTR - Treasury , description: The XTR_RM_MD_SET_CURVES table stores information regarding which curves, if any, are part of a market data set. , implementation_dba_data: XTR.XTR_RM_MD_SET_CURVES ,
-
Table: XTR_RM_MD_SET_CURVES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_RM_MD_SET_CURVES, object_name:XTR_RM_MD_SET_CURVES, status:VALID, product: XTR - Treasury , description: The XTR_RM_MD_SET_CURVES table stores information regarding which curves, if any, are part of a market data set. , implementation_dba_data: XTR.XTR_RM_MD_SET_CURVES ,
-
VIEW: APPS.XTR_RM_MD_CURVES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:XTR_RM_MD_CURVES_DFV, status:VALID,
-
View: XTR_RM_MD_SET_CURVES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_RM_MD_SET_CURVES_V, object_name:XTR_RM_MD_SET_CURVES_V, status:VALID, product: XTR - Treasury , description: All market data curves (and their attributes) that are part of market data sets , implementation_dba_data: APPS.XTR_RM_MD_SET_CURVES_V ,
-
PACKAGE BODY: APPS.XTR_RM_MD_CURVES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_RM_MD_CURVES_PKG, status:VALID,
-
PACKAGE BODY: APPS.XTR_RM_MD_CURVES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_RM_MD_CURVES_PKG, status:VALID,
-
VIEW: APPS.XTR_RM_MD_CURVES_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:XTR_RM_MD_CURVES_DFV, status:VALID,
-
PACKAGE BODY: APPS.XTR_MARKET_DATA_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_MARKET_DATA_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_MARKET_DATA_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_MARKET_DATA_P, status:VALID,
-
PACKAGE BODY: APPS.QRM_CALCULATORS_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QRM_CALCULATORS_P, status:VALID,
-
PACKAGE BODY: APPS.QRM_CALCULATORS_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QRM_CALCULATORS_P, status:VALID,
-
PACKAGE: APPS.XTR_MARKET_DATA_P
12.1.1
-
PACKAGE: APPS.XTR_MARKET_DATA_P
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.XTR_RM_MD_SET_CURVES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_RM_MD_SET_CURVES_V, object_name:XTR_RM_MD_SET_CURVES_V, status:VALID,
-
VIEW: APPS.XTR_RM_MD_SET_CURVES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_RM_MD_SET_CURVES_V, object_name:XTR_RM_MD_SET_CURVES_V, status:VALID,