Definition Type: ComplexType
Name: TradeUnderlyer
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-reconciliation-4-4.xsd
Abstract
Documentation:
The underlying asset/index/reference price etc. whose rate/price may be observed to compute the value of the cashflow. It can be an index, fixed rate, listed security, quoted currency pair, or a reference entity (for credit derivatives).
Collapse XSD Schema Diagram:
Drilldown into referenceEntity in schema fpml-reconciliation-4-4_xsd Drilldown into underlyingAsset in schema fpml-asset-4-4_xsd Drilldown into fixedRate in schema fpml-reconciliation-4-4_xsd Drilldown into floatingRate in schema fpml-reconciliation-4-4_xsd Drilldown into id in schema fpml-reconciliation-4-4_xsdXSD Diagram of TradeUnderlyer in schema fpml-reconciliation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeUnderlyer">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The underlying asset/index/reference price etc. whose rate/price may be observed to compute the value of the cashflow. It can be an index, fixed rate, listed security, quoted currency pair, or a reference entity (for credit derivatives).</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="floatingRate" type="FloatingRate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A floating rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fixedRate" type="Schedule">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The fixed rate or fixed rate schedule expressed as explicit fixed rates and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="underlyingAsset">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Define the underlying asset when it is a listed security.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="referenceEntity" type="LegalEntity">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The corporate or sovereign entity on which you are buying or selling protection and any successor that assumes all or substantially all of its contractual and other obligations. It is vital to use the correct legal name of the entity and to be careful not to choose a subsidiary if you really want to trade protection on a parent company. Please note, Reference Entities cannot be senior or subordinated. It is the obligations of the Reference Entities that can be senior or subordinated. ISDA 2003 Term: Reference Entity</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingRate fpml:floatingRate (1) (1)
fixedRate fpml:fixedRate (1) (1)
underlyingAsset fpml:underlyingAsset (1) (1)
referenceEntity fpml:referenceEntity (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:underlyer, fpml:underlyer