Definition Type: ComplexType
Name: StrikeSchedule
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Schedule
Containing Schema: fpml-shared-4-4.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-4_xsd Drilldown into buyer in schema fpml-shared-4-4_xsd Drilldown into step in schema fpml-shared-4-4_xsd Drilldown into initialValue in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsd Drilldown into Schedule in schema fpml-shared-4-4_xsdXSD Diagram of StrikeSchedule in schema fpml-shared-4-4_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" type="IdentifiedPayerReceiver" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The buyer of the option</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="seller" type="IdentifiedPayerReceiver" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The party that has sold.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
initialValue fpml:initialValue (1) (1)
step fpml:step 0 unbounded
buyer fpml:buyer 0 (1)
seller fpml:seller 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:capRateSchedule, fpml:floorRateSchedule