Definition Type: ComplexType
Name: Variance
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-eqs-4-1.xsd
Abstract
Documentation:
A type describing the variance amount of a variance swap
Collapse XSD Schema Diagram:
Drilldown into exchangeTradedContractNearest in schema fpml-eqs-4-1_xsd Drilldown into unadjustedVarianceCap in schema fpml-eqs-4-1_xsd Drilldown into varianceCap in schema fpml-eqs-4-1_xsd Drilldown into expectedN in schema fpml-eqs-4-1_xsd Drilldown into varianceStrikePrice in schema fpml-eqs-4-1_xsd Drilldown into volatilityStrikePrice in schema fpml-eqs-4-1_xsd Drilldown into varianceAmount in schema fpml-eqs-4-1_xsd Drilldown into closingLevel in schema fpml-eqs-4-1_xsd Drilldown into initialLevel in schema fpml-eqs-4-1_xsdXSD Diagram of Variance in schema fpml-eqs-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Variance">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the variance amount of a variance swap</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="initialLevel" type="xsd:decimal" />
            <xsd:element name="closingLevel" type="xsd:boolean" />
        </xsd:choice>
        <xsd:element name="varianceAmount" type="Money" />
        <xsd:choice>
            <xsd:element name="volatilityStrikePrice" type="xsd:decimal" />
            <xsd:element name="varianceStrikePrice" type="xsd:decimal" />
        </xsd:choice>
        <xsd:element name="expectedN" type="xsd:integer" minOccurs="0" />
        <xsd:element name="varianceCap" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="unadjustedVarianceCap" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">For use when varianceCap is applicable. Contains the scaling factor of the Variance Cap that can differ on a trade-by-trade basis in the European market. For example, a Variance Cap of 2.5^2 x Variance Strike Price has an unadjustedVarianceCap of 2.5.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="exchangeTradedContractNearest" type="ExchangeTradedContract" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
initialLevel nsA:initialLevel (1) (1)
closingLevel nsA:closingLevel (1) (1)
varianceAmount nsA:varianceAmount (1) (1)
volatilityStrikePrice nsA:volatilityStrikePrice (1) (1)
varianceStrikePrice nsA:varianceStrikePrice (1) (1)
expectedN nsA:expectedN 0 (1)
varianceCap nsA:varianceCap 0 (1)
unadjustedVarianceCap nsA:unadjustedVarianceCap 0 (1)
exchangeTradedContractNearest nsA:exchangeTradedContractNearest 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:variance