Definition Type: ComplexType
Name: UnderlyerReferenceUnits
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-reconciliation-4-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into quantity in schema fpml-reconciliation-4-4_xsd Drilldown into underlyerReference in schema fpml-reconciliation-4-4_xsdXSD Diagram of UnderlyerReferenceUnits in schema fpml-reconciliation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="UnderlyerReferenceUnits">
    <xsd:sequence>
        <xsd:element name="underlyerReference" type="TradeUnderlyerReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to the underlyer defined within the calculationElements structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quantity" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Amount of units.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
underlyerReference fpml:underlyerReference (1) (1)
quantity fpml:quantity (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:numberOfUnits