Skip to main content

Node CMA Covariance

Data Dictionary - Entity Table: Node_CMA_Covariance#

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). Table contains covariance/correlation between different asset classes. The main goal of this information is to help evaluating the risk that a portfolio holds (diversification of the risk).

Primary Key ('id').ENGINE = InnoDB..
Column NameData TypePK Primary Key, NN-Not Null, NullExampleComments
idBIGINT(12)PK, NN1PrimaryKey-ID, Not Null (auto creates)
Node_1BIGINT(12)NULL1Asset classification node id 1
Node_2BIGINT(12)NULL2Asset classification node id 2
CovarianceDECIMALNULL-0.03Covariance/correlation between different asset classes based on the CMA_Set. 1 = Perfectly correlated, -1 = no correlation.
CMA_SetBIGINT(12)NULL1CMA set id
CONSTRAINTFOREIGN KEYREFERENCESON DELETEON UPDATE
Node_1(Node_1)Asset_Classification_Node (id)NO ACTIONNO ACTION
Node_2(Node_2)Asset_Classification_Node (id)NO ACTIONNO ACTION
RRNodeCMA_Set(CMA_Set)CMA_Set (id)NO ACTIONNO ACTION
CREATE INDEXONASCVISIBLE.
Node_1_idxNode_CMA_Covariance(Node_1 ASC)VISIBLE.
Node_2_idxNode_CMA_Covariance(Node_2 ASC)VISIBLE.
CMA_Set_idxNode_CMA_Covariance(CMA_Set ASC)VISIBLE.