fpml:payout
The amount of currency which becomes payable if and when a trigger event occurs.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-fx-5-5.xsd
Type: fpml:FxOptionPayout
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:currency [1..1] The currency in which an amount is denominated.
- fpml:amount [1..1] The non negative monetary quantity in currency units.
- fpml:payoutStyle [0..1] The trigger event and payout may be asynchonous. A payout may become due on the trigger event, or the payout may (by agreeement at initiation) be deferred (for example) to the maturity date.
from type fpml:MoneyBasefrom type fpml:NonNegativeMoney
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:MoneyBase |
Used in
- Type fpml:FxDigitalOption (Element fpml:fxDigitalOption)
Sample instance
<fpml:payout> <fpml:currency>normalizedString</fpml:currency> <fpml:amount>1.0</fpml:amount> <fpml:payoutStyle>Deferred</fpml:payoutStyle> </fpml:payout>