Definition Type: Group
Name: IncreaseDetails.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into outstandingNumberOfOptions in schema fpml-doc-4-4_xsd Drilldown into increaseInNumberOfOptions in schema fpml-doc-4-4_xsd Drilldown into outstandingNotionalAmount in schema fpml-doc-4-4_xsd Drilldown into increaseInNotionalAmount in schema fpml-doc-4-4_xsd Drilldown into increaseEffectiveDate in schema fpml-doc-4-4_xsd Drilldown into increaseTradeDate in schema fpml-doc-4-4_xsdXSD Diagram of IncreaseDetails.model in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="IncreaseDetails.model">
    <xsd:sequence>
        <xsd:element name="increaseTradeDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the the parties enter into the Increase transaction</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="increaseEffectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the Increase becomes effective</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice>
            <xsd:sequence>
                <xsd:element name="increaseInNotionalAmount" type="Money">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the fixed amount by which the Notional increases due to the Increase transaction.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="outstandingNotionalAmount" type="Money">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the Notional amount after the Increase.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:sequence>
                <xsd:element name="increaseInNumberOfOptions" type="xsd:decimal">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the fixed amount by which the Number of Options increases due to the Increase transaction.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="outstandingNumberOfOptions" type="xsd:decimal">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the Number of Options after the Increase.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:choice>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
increaseTradeDate fpml:increaseTradeDate (1) (1)
increaseEffectiveDate fpml:increaseEffectiveDate (1) (1)
increaseInNotionalAmount fpml:increaseInNotionalAmount (1) (1)
outstandingNotionalAmount fpml:outstandingNotionalAmount (1) (1)
increaseInNumberOfOptions fpml:increaseInNumberOfOptions (1) (1)
outstandingNumberOfOptions fpml:outstandingNumberOfOptions (1) (1)