| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) AladdinSystem | AladdinSystem | AladdinSystemModule | Aladdin |
| (2) Crisis | Crisis | GovernmentMandateModule | Aladdin |
| (3) GovernmentMandate | GovernmentMandate | GovernmentMandateModule | Aladdin |
| (4) MandateInstrument | MandateInstrument | FinancialProductModule | Aladdin |
| (5) Organization | Organization | OrganizationModule | Aladdin |
| Crisis | GovernmentMandateModule | Aladdin |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Crisis | ||
| (2) EndDate | DATE | Crisis | ||
| (3) Name | STRING | Crisis | ||
| (4) StartDate | DATE | Crisis |
Example:
final Crisis crisis = (Crisis) invokeModule(GOVERNMENT_MANDATE_MODULE + "/crisis/" + id, Crisis.class);| GovernmentMandate | GovernmentMandateModule | Aladdin |
| Property | Type | Entity | Reference | Module |
| (1) AladdinSystem | LONG | GovernmentMandate | AladdinSystem | AladdinSystemModule |
| (2) ClientOrganization | LONG | GovernmentMandate | Organization | OrganizationModule |
| (3) Crisis | LONG | GovernmentMandate | Crisis | GovernmentMandateModule |
| (4) Currency | STRING | GovernmentMandate | ||
| (5) Description | STRING | GovernmentMandate | ||
| (6) EndDate | DATE | GovernmentMandate | ||
| (7) MandateValue | STRING | GovernmentMandate | ||
| (8) Name | STRING | GovernmentMandate | ||
| (9) ServiceProviderOrganization | LONG | GovernmentMandate | Organization | OrganizationModule |
| (10) StartDate | DATE | GovernmentMandate |
Example:
final GovernmentMandate governmentmandate = (GovernmentMandate) invokeModule(GOVERNMENT_MANDATE_MODULE + "/governmentmandate/" + id, GovernmentMandate.class);| Contact | Donate | Imprint |