Definition Type: ComplexType
Name: SwapCurveValuation
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-bond-option-4-4.xsd
Abstract
Documentation:
A complex type to specify a valuation swap curve, which is used as part of the strike construct for the bond and convertible bond options.
Collapse XSD Schema Diagram:
Drilldown into side in schema fpml-bond-option-4-4_xsd Drilldown into spread in schema fpml-bond-option-4-4_xsd Drilldown into indexTenor in schema fpml-shared-4-4_xsd Drilldown into floatingRateIndex in schema fpml-shared-4-4_xsd Drilldown into FloatingRateIndex.model in schema fpml-shared-4-4_xsdXSD Diagram of SwapCurveValuation in schema fpml-bond-option-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SwapCurveValuation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A complex type to specify a valuation swap curve, which is used as part of the strike construct for the bond and convertible bond options.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="FloatingRateIndex.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the benchmark floating rate index and the ISDA Designated Maturity, i.e. the tenor of the floating rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="spread" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Spread in basis points over the floating rate index.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="side" type="QuotationSideEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The side (bid/mid/ask) of the measure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingRateIndex fpml:floatingRateIndex (1) (1)
indexTenor fpml:indexTenor 0 (1)
spread fpml:spread (1) (1)
side fpml:side 0 (1)
<xs:group> fpml:FloatingRateIndex.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:MakeWholeAmount, fpml:swapUnwindValue