Definition Type: SimpleType
Name: PayerReceiverEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The specification of an interest rate stream payer or receiver party.
Collapse XSD Schema Diagram:
XSD Diagram of PayerReceiverEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="PayerReceiverEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of an interest rate stream payer or receiver party.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Payer">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The party identified as the stream payer.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Receiver">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The party identified as the stream receiver.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Payer
Enumeration Receiver
Collapse Derivation Tree:
Collapse References:
fpml:IdentifiedPayerReceiver