Skip to main content

Restriction Set

Data Dictionary - Entity Table: Restriction_Set#

This table defines a group (set) of restrictions associated with specific investment strategy. The set contains multiple restrictions (defined via the Restriction, the Restriction_Type and the Restriction_Definition tables). There could be organization-wide restrictions and client-specific restrictions. Restrictions are used for portfolio construction and optimization to ensure that portfolio holdings comply with the rules defined in the restrictions. Later they are also used in multiple portfolio diagnostics checks which help evaluate Currency Overlay, Portfolio Risk Class, Issuer Concentration, Instrument Concentration, Risk Return, etc.

Primary Key ('id').ENGINE = InnoDB..
Column NameData TypePK Primary Key, NN-Not Null, NullExampleComments
idBIGINT(12)PK, NN1PrimaryKey-ID,(auto creates)
NameVARCHAR(45)NULLPortfolio Risk Class 20 Percent; Instrument Concentration 10 Percent;Risk Return Health Check;Issuer Concentration 20 Percent;Risk SAA EUR ConservativeName of the restriction set
OwnerBIGINT(12)NULL1Related to Business partner
CONSTRAINTFOREIGN KEYREFERENCESON DELETEON UPDATE
Owner(Owner)Business_Partner (id)NO ACTIONNO ACTION
CREATE INDEXONASCVISIBLE.
Owner_idxRestriction_Set(Owner ASC)VISIBLE.