Search Results xtr_price_models
Overview
The XTR_PRICE_MODELS table is a core data repository within the Oracle Treasury (XTR) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master source for all pricing models used in the fair value revaluation of treasury transactions. The table stores both Oracle-seeded models, which provide standard valuation methodologies out-of-the-box, and user-defined models, allowing for customized valuation logic to meet specific organizational or regulatory requirements. Its primary role is to define and maintain the mathematical and financial rules applied when calculating the current market value of various treasury deals, a critical process for financial reporting, risk management, and compliance.
Key Information Stored
While the provided metadata does not list all columns, the structure centers on identifying and classifying each pricing model. The primary key, PRICE_MODEL_ID, uniquely identifies each model record. A critical foreign key column is DEAL_TYPE, which links the pricing model to specific treasury transaction categories (e.g., swaps, options, forwards) defined in the XTR_DEAL_TYPES table. This relationship ensures that only appropriate and valid models can be applied to a given deal type. Other columns would typically store descriptive information such as the model name, calculation parameters, effective dates, and flags to indicate whether the model is system-seeded or user-created.
Common Use Cases and Queries
The primary use case is the configuration and execution of fair value revaluations. A treasury analyst would query this table to identify which models are available for a specific instrument before running a valuation batch process. Common reporting needs include listing all user-defined models or auditing which models are assigned to active deal types. Sample SQL patterns include fetching models for a specific deal type or joining with deal tables to understand valuation dependencies.
- Listing all pricing models for a specific deal type:
SELECT * FROM XTR_PRICE_MODELS WHERE DEAL_TYPE = 'SWAP'; - Distinguishing between seeded and custom models:
SELECT PRICE_MODEL_ID, DEAL_TYPE FROM XTR_PRICE_MODELS WHERE USER_DEFINED_FLAG = 'Y';
Related Objects
The XTR_PRICE_MODELS table has documented relationships with other key Treasury tables, primarily through foreign key constraints. The most significant relationship is with the XTR_DEAL_TYPES table, enforcing that a pricing model is associated with a valid treasury deal type. This is implemented via the foreign key on the XTR_PRICE_MODELS.DEAL_TYPE column. While not listed in the excerpt, this table is also logically central to the valuation engine and is likely referenced by transaction-level tables that store the results of fair value calculations, ensuring traceability from a deal's final revalued amount back to the specific pricing model and its parameters used in the computation.
-
Table: XTR_PRICE_MODELS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PRICE_MODELS, object_name:XTR_PRICE_MODELS, status:VALID, product: XTR - Treasury , description: This table will store valid pricing models seeded by Oracle Treasury as well as those defined by the user. These pricing models will be used for revaluating the fair value of specific Treasury deal types in addition to those seeded by Oracl , implementation_dba_data: XTR.XTR_PRICE_MODELS ,
-
Table: XTR_PRICE_MODELS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PRICE_MODELS, object_name:XTR_PRICE_MODELS, status:VALID, product: XTR - Treasury , description: This table will store valid pricing models seeded by Oracle Treasury as well as those defined by the user. These pricing models will be used for revaluating the fair value of specific Treasury deal types in addition to those seeded by Oracl , implementation_dba_data: XTR.XTR_PRICE_MODELS ,
-
APPS.XTR_NI_TRANSFERS_PKG dependencies on XTR_PRICE_MODELS
12.1.1
-
APPS.XTR_IG_TRANSFERS_PKG dependencies on XTR_PRICE_MODELS
12.2.2
-
APPS.XTR_IG_TRANSFERS_PKG dependencies on XTR_PRICE_MODELS
12.1.1
-
APPS.XTR_FX_TRANSFERS_PKG dependencies on XTR_PRICE_MODELS
12.1.1
-
APPS.XTR_FX_TRANSFERS_PKG dependencies on XTR_PRICE_MODELS
12.2.2
-
APPS.XTR_NI_TRANSFERS_PKG dependencies on XTR_PRICE_MODELS
12.2.2
-
VIEW: XTR.XTR_PRICE_MODELS#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_PRICE_MODELS#, status:VALID,
-
TRIGGER: APPS.XTR_PRICE_MODELS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_PRICE_MODELS+, status:VALID,
-
VIEW: APPS.XTR_PRICE_MODELS_V
12.1.1
-
VIEW: APPS.XTR_PRICE_MODELS_V
12.2.2
-
SYNONYM: APPS.XTR_PRICE_MODELS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_PRICE_MODELS, status:VALID,
-
SYNONYM: APPS.XTR_PRICE_MODELS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_PRICE_MODELS, status:VALID,
-
VIEW: XTR.XTR_PRICE_MODELS#
12.2.2
-
TRIGGER: APPS.XTR_PRICE_MODELS+
12.2.2
-
FUNCTION: APPS.XTR_PRICE_MODELS=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: XTR_PRICE_MODELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PRICE_MODELS_V, object_name:XTR_PRICE_MODELS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_PRICE_MODELS_V ,
-
TABLE: XTR.XTR_PRICE_MODELS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PRICE_MODELS, object_name:XTR_PRICE_MODELS, status:VALID,
-
Table: XTR_DEAL_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_TYPES, object_name:XTR_DEAL_TYPES, status:VALID, product: XTR - Treasury , description: Deal type information , implementation_dba_data: XTR.XTR_DEAL_TYPES ,
-
View: XTR_PRICE_MODELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PRICE_MODELS_V, object_name:XTR_PRICE_MODELS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_PRICE_MODELS_V ,
-
Table: XTR_DEAL_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEAL_TYPES, object_name:XTR_DEAL_TYPES, status:VALID, product: XTR - Treasury , description: Deal type information , implementation_dba_data: XTR.XTR_DEAL_TYPES ,
-
TABLE: XTR.XTR_PRICE_MODELS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PRICE_MODELS, object_name:XTR_PRICE_MODELS, status:VALID,
-
FUNCTION: APPS.XTR_PRICE_MODELS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XTR_PRICE_MODELS=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XTR_FX_TRANSFERS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_FX_TRANSFERS_PKG, status:VALID,
-
PACKAGE BODY: APPS.XTR_FX_TRANSFERS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_FX_TRANSFERS_PKG, status:VALID,
-
PACKAGE BODY: APPS.XTR_IG_TRANSFERS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_IG_TRANSFERS_PKG, status:VALID,
-
PACKAGE BODY: APPS.XTR_NI_TRANSFERS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_NI_TRANSFERS_PKG, status:VALID,
-
PACKAGE BODY: APPS.XTR_NI_TRANSFERS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_NI_TRANSFERS_PKG, status:VALID,
-
PACKAGE BODY: APPS.XTR_IG_TRANSFERS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_IG_TRANSFERS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.XTR_PRICE_MODELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PRICE_MODELS_V, object_name:XTR_PRICE_MODELS_V, status:VALID,
-
VIEW: APPS.XTR_PRICE_MODELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PRICE_MODELS_V, object_name:XTR_PRICE_MODELS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.XTR_PRODUCT_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PRODUCT_TYPES_V, object_name:XTR_PRODUCT_TYPES_V, status:VALID,
-
VIEW: APPS.XTR_PRODUCT_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PRODUCT_TYPES_V, object_name:XTR_PRODUCT_TYPES_V, status:VALID,
-
TABLE: XTR.XTR_PRODUCT_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PRODUCT_TYPES, object_name:XTR_PRODUCT_TYPES, status:VALID,
-
TABLE: XTR.XTR_PRODUCT_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PRODUCT_TYPES, object_name:XTR_PRODUCT_TYPES, status:VALID,
-
TABLE: XTR.XTR_A_BOND_ISSUES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_A_BOND_ISSUES, object_name:XTR_A_BOND_ISSUES, status:VALID,
-
TABLE: XTR.XTR_A_BOND_ISSUES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_A_BOND_ISSUES, object_name:XTR_A_BOND_ISSUES, status:VALID,