Skip to main content

Investment Strategy

Data Dictionary - Entity Table: Investment_Strategy#

Investment strategy is defined in an investment policy statement (i.e. the contractual agreement between client and organization) and is agreed with the client. It specifies what asset classes form the universe for investment and how portfolio will be managed to meet client needs and do not violate respective restrictions. The Table is related to Risk Profile, the Capital Market Assumption and the Restriction Set, which are all components of the Investment Strategy.

Primary Key ('id').ENGINE = InnoDB..
Column NameData TypePK Primary Key, NN-Not Null, NullExampleComments
idBIGINT(12)PK, NN1PrimaryKey-ID, Not Null (auto creates)
Risk_ProfileBIGINT(12)NULL1Risk_Profile_id
Service_ModelBIGINT(12)NULL1Can be either standard investment strategy or tailored to clients specific needs
Restriction_SetBIGINT(12)NULL1Restriction_Set_id
BenchmarkBIGINT(12)NULL1Id of the Benchmark linked to this Investment Strategy
CMA_SetBIGINT(12)NULL1CMA_Set_id
NameVARCHAR(45)NULLSAA EUR Conservative;SAA USD Cautious;SAA JPY Balanced;SAA EUR Growth;SAA EUR Max Growth;TAA EUR ConservativeName of the investment strategy
CONSTRAINTFOREIGN KEYREFERENCESON DELETEON UPDATE
Risk_Profile(Risk_Profile)Risk_Profile (id)NO ACTIONNO ACTION
Restriction_Set(Restriction_Set)Restriction_Set (id)NO ACTIONNO ACTION
CMA_Set(CMA_Set)CMA_Set (id)NO ACTIONNO ACTION
Benchmark(Benchmark)Benchmark(id)NO ACTIONNO ACTION
CREATE INDEXONASCVISIBLE.
Risk_Profile_idxInvestment_Strategy(Risk_Profile ASC)VISIBLE.
Restriction_Set_idxInvestment_Strategy(Restriction_Set ASC)VISIBLE.
CMA_Set_idxInvestment_Strategy(CMA_Set ASC)VISIBLE.
Benchmark_idxInvestment_Strategy(Benchmark ASC)VISIBLE.