Definition Type: ComplexType
Name: StrikeSchedule
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:Schedule
Containing Schema: fpml-shared-4-0.xsd
Abstract
Documentation:
A type describing a schedule of cap or floor rates.
Collapse XSD Schema Diagram:
Drilldown into seller in schema fpml-shared-4-0_xsd Drilldown into buyer in schema fpml-shared-4-0_xsd Drilldown into step in schema fpml-shared-4-0_xsd Drilldown into initialValue in schema fpml-shared-4-0_xsd Drilldown into Schedule in schema fpml-shared-4-0_xsd Drilldown into id in schema fpml-shared-4-0_xsdXSD Diagram of StrikeSchedule in schema fpml-shared-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="StrikeSchedule">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing a schedule of cap or floor rates.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Schedule">
            <xsd:sequence>
                <xsd:element name="buyer" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The buyer of the option</xsd:documentation>
                    </xsd:annotation>
                    <xsd:complexType>
                        <xsd:simpleContent>
                            <xsd:extension base="PayerReceiverEnum">
                                <xsd:attribute name="id" type="xsd:ID" />
                            </xsd:extension>
                        </xsd:simpleContent>
                    </xsd:complexType>
                </xsd:element>
                <xsd:element name="seller" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The party that has sold.</xsd:documentation>
                    </xsd:annotation>
                    <xsd:complexType>
                        <xsd:simpleContent>
                            <xsd:extension base="PayerReceiverEnum">
                                <xsd:attribute name="id" type="xsd:ID" />
                            </xsd:extension>
                        </xsd:simpleContent>
                    </xsd:complexType>
                </xsd:element>
            </xsd:sequence>
            <xsd:attribute name="id" type="xsd:ID" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
initialValue nsA:initialValue (1) (1)
step nsA:step 0 unbounded
buyer nsA:buyer 0 (1)
seller nsA:seller 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:capRateSchedule, nsA:floorRateSchedule