XML Schema Documentation

Complex Type: ReturnSwapNotional

[Table of contents]

Super-types: None
Sub-types: None
Name ReturnSwapNotional
Used by (from the same schema document) Complex Type InterestLeg , Complex Type ReturnLeg
Abstract no
Documentation Specifies the notional of return type swap. When used in the equity leg, the definition will typically combine the actual amount (using the notional component defined by the FpML industry group) and the determination method. When used in the interest leg, the definition will typically point to the definition of the equity leg.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
Start Choice [1]
<amountRelativeTo> AmountReference </amountRelativeTo> [1]

'Reference to an amount defined elsewhere in this document.'

<determinationMethod> DeterminationMethod </determinationMethod> [1]

'Specifies the method according to which an amount or a date is determined.'

<notionalAmount> Money </notionalAmount> [1]

'The notional amount.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ReturnSwapNotional">
<xsd:choice>
<xsd:element name="amountRelativeTo" type=" AmountReference "/>
<xsd:element name="determinationMethod" type=" DeterminationMethod "/>
<xsd:element name="notionalAmount" type=" Money "/>
</xsd:choice>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>