Skip to main content

Node CMA RR

Data Dictionary - Entity Table: Node_CMA_RR#

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). This table holds the expected Risk and Return assosiated with the selected Capital Market Assumption Set.

Primary Key ('id').ENGINE = InnoDB..
Column NameData TypePK Primary Key, NN-Not Null, NullExampleComments
idBIGINT(12)PK, NN1PrimaryKey-ID, Not Null (auto creates)
NodeBIGINT(12)NULL1Asset classification node
Risk_TypeBIGINT(12)NULL1Risk type id, e.g. name may be related to investment strategy risk type: Yield, Income, Balanced, Growth, Equity.
Risk_AssumptionDECIMALNULL0.8Expected Risk assosiated with CMA_Set
Return_AssumptionDECIMALNULL0.14Expected Return from CMA_Set
Time_HorizonDATETIMENULL12/31/2030 12:00End date of the period for which Expected Return and Expected Risk are calculated. Usually 5 or 10 Year periods
CMA_SetBIGINT(12)NULL1CMA set id
CONSTRAINTFOREIGN KEYREFERENCESON DELETEON UPDATE
RRCMA_Set(CMA_Set)CMA_Set (id)NO ACTIONNO ACTION
RRCMANode(Node)Asset_Classification_Node (id)NO ACTIONNO ACTION
CREATE INDEXONASCVISIBLE.
CMA_Set_idxNode_CMA_RR(CMA_Set ASC)VISIBLE.
Node_idxNode_CMA_RR(Node ASC)VISIBLE.