Definition Type: ComplexType
Name: StubCalculationPeriod
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
A type describing the Stub Calculation Period
Collapse XSD Schema Diagram:
Drilldown into finalStub in schema fpml-eq-shared-4-4_xsd Drilldown into finalStub in schema fpml-eq-shared-4-4_xsd Drilldown into initialStub in schema fpml-eq-shared-4-4_xsdXSD Diagram of StubCalculationPeriod in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="StubCalculationPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the Stub Calculation Period</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:annotation>
            <xsd:documentation xml:lang="en">Choice group between mandatory specification of initial stub and optional specification of final stub, or mandatory final stub.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="initialStub" type="Stub" />
            <xsd:element name="finalStub" type="Stub" minOccurs="0" />
        </xsd:sequence>
        <xsd:element name="finalStub" type="Stub" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
initialStub fpml:initialStub (1) (1)
finalStub fpml:finalStub 0 (1)
finalStub fpml:finalStub (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:stubCalculationPeriod