Skip to main content

CMA Set

Data Dictionary - Entity Table: CMA_Set#

The CMA_Set table contains multiple scenarios/assumptions based on asset classification, state of the market, Business partner which conducted the evaluation, etc. Capital Market Assumptions (CMA) represent the risk and return assumptions for a distinct group of assets. CMA plays important role in the Strategic (SAA) and Tactic Asset Allocation (TAA). The CMA set can be based on internally developed Scenario or on general Capital Market Assumption. This provides flexibility for building individual Investment strategies (by adjusting the TAA) in different market conditions.

Primary Key ('id').ENGINE = InnoDB..
Column NameData TypePK Primary Key, NN-Not Null, NullExampleComments
idBIGINT(12)PK, NN1PrimaryKey-ID, Not Null (auto creates)
NameVARCHAR(45)NULLUS Treasury; UK Equity in Moderate Bull MarketName of CMA Set/Scenario
OwnerBIGINT(12)NULL203Owner signifies the provider of the evaluation for CMA in case it is external Business Partner, e.g. Market data provider, Research Analyst or external Investment Manager or Investment Bank. Such relation allows reference to methodologies and public reports.
Asset_Classification_RegimeBIGINT(12)NULL1Asset classification regime id
TypeENUM("Scenario", "CMA")NULLscenario;CMAOnly two possibilities are allowed for CMA_Set Type: Scenario (based on specific assumptions for the market) or CMA (Baseline scenario for specific asset class)
DescriptionTINYBLOBNULLCompleting Brexit would impair growth, as domestic firms face costs of doing business with their largest trading partners in Europe, pushing up wages and inflation...CMA Set Description can provide insight into why the specific scenario is choosen or short text containing the investor expectation for the market
CONSTRAINTFOREIGN KEYREFERENCESON DELETEON UPDATE
Asset_Classification_ Regime(Asset_Classification_ Regime)Asset_Classification_ Regime (id)NO ACTIONNO ACTION
Owner(Owner)Business_Partner (id)NO ACTIONNO ACTION
CREATE INDEXONASCVISIBLE.
Asset_Classification_ Regime_idxCMA_Set(Asset_Classification_ Regime ASC)VISIBLE.
Owner_idxCMA_Set(Owner ASC)VISIBLE.