Definition Type: Group
Name: NovationAmountsOld.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-business-events-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into remainingNumberOfUnits in schema fpml-business-events-5-10_xsd4 Drilldown into novatedNumberOfUnits in schema fpml-business-events-5-10_xsd4 Drilldown into remainingNumberOfOptions in schema fpml-business-events-5-10_xsd4 Drilldown into novatedNumberOfOptions in schema fpml-business-events-5-10_xsd4 Drilldown into remainingAmount in schema fpml-business-events-5-10_xsd4 Drilldown into novatedAmount in schema fpml-business-events-5-10_xsd4XSD Diagram of NovationAmountsOld.model in schema fpml-business-events-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="NovationAmountsOld.model">
    <xsd:choice>
        <xsd:annotation>
            <xsd:documentation xml:lang="en">Choice for expressing the novated amount as either a money amount, number of options, or number of units, according the the financial product which is being novated.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="novatedAmount" type="Money" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The amount which represents the portion of the Old Contract being novated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="remainingAmount" type="Money" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The amount which represents the portion of the Old Contract not being novated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:sequence>
            <xsd:element name="novatedNumberOfOptions" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The number of options which represent the portion of the Old Contract being novated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="remainingNumberOfOptions" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The number of options which represent the portion of the Old Contract not being novated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:sequence>
            <xsd:element name="novatedNumberOfUnits" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The number of options which represent the portion of the Old Contract being novated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="remainingNumberOfUnits" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The number of options which represent the portion of the Old Contract not being novated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
novatedAmount nsF:novatedAmount (1) unbounded
remainingAmount nsF:remainingAmount 0 unbounded
novatedNumberOfOptions nsF:novatedNumberOfOptions (1) (1)
remainingNumberOfOptions nsF:remainingNumberOfOptions 0 (1)
novatedNumberOfUnits nsF:novatedNumberOfUnits (1) (1)
remainingNumberOfUnits nsF:remainingNumberOfUnits 0 (1)