XML Schema Documentation

Complex Type: QuotedAs

[Table of contents]

Super-types: None
Sub-types: None
Name QuotedAs
Used by (from the same schema document) Complex Type FxOptionLeg
Abstract no
Documentation A type that describes how the option was quoted.
XML Instance Representation
<...>
<optionOnCurrency> Currency </optionOnCurrency> [1]

'Either the callCurrencyAmount or the putCurrencyAmount defined elsewhere in the document. The currency reference denotes the option currency as the option was quoted (as opposed to the face currency).'

<faceOnCurrency> Currency </faceOnCurrency> [1]

'Either the callCurrencyAmount or the putCurrencyAmount defined elsewhere in the document.The currency reference denotes the face currency as the option was quoted (as opposed to the option currency).'

<quotedTenor> Interval </quotedTenor> [0..1]

'Code denoting the tenor of the option leg.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="QuotedAs">
<xsd:sequence>
<xsd:element name="optionOnCurrency" type=" Currency "/>
<xsd:element name="faceOnCurrency" type=" Currency "/>
<xsd:element name="quotedTenor" type=" Interval " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>