fpml:novatedAmount
The amount which represents the portion of the Old Contract being novated.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-business-events-5-5.xsd
Type: fpml:Money
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:currency [1..1] The currency in which an amount is denominated.
- fpml:amount [1..1] The monetary quantity in currency units.
from type fpml:MoneyBase
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:MoneyBase |
Used in
- Group fpml:NovationAmountsOld.model
- Group fpml:NovationAmounts.model via reference to fpml:NovationAmountsOld.model
- Type fpml:TradeNovationContent via reference to fpml:NovationAmounts.model (Element fpml:novation)
Sample instance
<novatedAmount> <currency>USD</currency> <amount>5000000.00</amount> </novatedAmount>