Definition Type: ComplexType
Name: QuotedAs
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-fx-4-4.xsd
Abstract
Documentation:
A type that describes how the option was quoted.
Collapse XSD Schema Diagram:
Drilldown into quotedTenor in schema fpml-fx-4-4_xsd Drilldown into faceOnCurrency in schema fpml-fx-4-4_xsd Drilldown into optionOnCurrency in schema fpml-fx-4-4_xsdXSD Diagram of QuotedAs in schema fpml-fx-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QuotedAs">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that describes how the option was quoted.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="optionOnCurrency" type="Currency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="faceOnCurrency" type="Currency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quotedTenor" type="Interval" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Code denoting the tenor of the option leg.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
optionOnCurrency fpml:optionOnCurrency (1) (1)
faceOnCurrency fpml:faceOnCurrency (1) (1)
quotedTenor fpml:quotedTenor 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:quotedAs