Trade Finance - Facility

This commit is contained in:
AzureAD\SylvainDUVERNAY
2026-03-31 13:22:18 +02:00
parent 4534ad86f1
commit 39278c4483
18 changed files with 1006 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<form col="6">
<label name="name"/>
<field name="name" colspan="2"/>
<label name="is_global"/>
<field name="is_global" colspan="2"/>
<label name="financing_type"/>
<field name="financing_type" colspan="2"/>
<label name="amount"/>
<field name="amount"/>
<label name="tenor"/>
<field name="tenor"/>
<label name="parent"/>
<field name="parent" colspan="2"/>
<label name="sequence"/>
<field name="sequence" colspan="2"/>
<notebook>
<page string="Sub-Limits">
<field name="children" colspan="6"/>
</page>
<page string="Haircuts">
<field name="haircuts" colspan="6"/>
</page>
<page string="Currencies">
<field name="currencies" colspan="6"/>
</page>
<page string="Costs">
<field name="costs" colspan="6"/>
</page>
<page string="Operational Statuses">
<field name="op_statuses" colspan="6"/>
</page>
<page string="Bank Accounts">
<field name="bank_accounts" colspan="6"/>
</page>
<page string="Constraints">
<field name="constraints" colspan="6"/>
</page>
</notebook>
</form>