CollateralIssuerType
Type CDM 7.2.0Represents a class to allow specification of the type of entity issuing the collateral.
Attributes
All 5 declared on CollateralIssuerType. Cardinality in amber is required.
| Name | Type | Card. | Description |
|---|---|---|---|
| issuerType | CollateralEntityTypeEnum | 1..1 | Specifies the origin of entity issuing the collateral. |
| supraNationalType | SupraNationalIssuerTypeEnum | 0..1 | Specifies debt issued by international organisations and multilateral banks. |
| quasiGovernmentType | QuasiGovernmentIssuerType | 0..1 | Specifies debt issues by institutions or bodies, typically constituted by statute, with a function mandated by the government and subject to government supervision inclusive of profit- and non-profit making bodies. Includes the US Agencies and GSEs and the EU concept of public sector entities. Excluding any entities which are also Regional Government. |
| regionalGovernmentType | RegionalGovernmentIssuerType | 0..1 | Specifies Regional government, local authority or municipal. |
| specialPurposeVehicleType | SpecialPurposeVehicleIssuerType | 0..1 | Specifies a subsidiary company that is formed to undertake a specific business purpose of acquisition and financing of specific assets on a potentially limited recourse basis dependent of how it is designed. E.g. asset backed securities, including securitisations. |
Conditions
Validation rules the model enforces on this type, in Rune. An instance that breaks one of these is invalid CDM, whatever produced it.
if issuerType <> SupraNational
then supraNationalType is absent if issuerType <> QuasiGovernment
then quasiGovernmentType is absent if issuerType <> RegionalGovernment
then regionalGovernmentType is absent if issuerType <> SpecialPurposeVehicle
then specialPurposeVehicleType is absent Referenced by
1 type holds a CollateralIssuerType as an attribute.
Functions
Model functions that produce or consume this type. These are the CDM's own behaviour — the logic a correct implementation has to match.
| Function | Role | Description |
|---|---|---|
| CheckIssuerType | takes | — |
Open CollateralIssuerType in the Model Browser
Walk the tree and the reference graph interactively, and switch releases to see how the type has changed. Free, no signup.