| Contact | Donate | Imprint |
| MandateInstrument | FinancialProductModule | Aladdin |
| Property | Type | Entity | Reference | Module |
| (1) Currency | STRING | MandateInstrument | ||
| (2) Description | STRING | MandateInstrument | ||
| (3) FinancialProduct | LONG | MandateInstrument | FinancialProduct | FinancialProductModule |
| (4) GovernmentMandate | LONG | MandateInstrument | GovernmentMandate | GovernmentMandateModule |
| (5) NotionalValue | STRING | MandateInstrument |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /mandateinstrument/governmentmandate/{id} | findAllMandateInstrumentOfGovernmentMandate(id) | FinancialProductModule | GET | GovernmentMandate MandateInstrument |
| (2) /mandateinstrument/financialproduct/{id} | findAllMandateInstrumentOfFinancialProduct(id) | FinancialProductModule | GET | FinancialProduct MandateInstrument |
| (3) /mandateinstrument | insertMandateInstrument(mandateinstrument) | FinancialProductModule | POST | MandateInstrument |
| (4) /mandateinstrument/{id} | findMandateInstrumentById(id) | FinancialProductModule | GET | MandateInstrument |
| (5) /mandateinstrument/{id} | deleteMandateInstrumentById(id) | FinancialProductModule | DELETE | MandateInstrument |
| (6) /mandateinstrument/{id} | updateMandateInstrumentById(mandateinstrument) | FinancialProductModule | PUT | MandateInstrument |
| (7) /mandateinstrument | findAllMandateInstrument() | FinancialProductModule | GET | MandateInstrument |
Example:
final MandateInstrument mandateinstrument = (MandateInstrument) invokeModule(FINANCIAL_PRODUCT_MODULE + "/mandateinstrument/" + id, MandateInstrument.class);| Contact | Donate | Imprint |