Definition Type: SimpleType
Name: CalculationAgentPartyEnum
Containing Schema: fpml-enum-4-0.xsd
Documentation:
The specification of how a calculation agent will be determined.
Collapse XSD Schema Diagram:
XSD Diagram of CalculationAgentPartyEnum in schema fpml-enum-4-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="CalculationAgentPartyEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of how a calculation agent will be determined.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="ExercisingParty">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The party that gives notice of exercise. Per 2000 ISDA Definitions, Section 11.1. Parties, paragraph (d).</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="NonExercisingParty">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The party that is given notice of exercise. Per 2000 ISDA Definitions, Section 11.1. Parties, paragraph (e).</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AsSpecifiedInMasterAgreement">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The Calculation Agent is determined by reference to the relevant master agreement.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration ExercisingParty
Enumeration NonExercisingParty
Enumeration AsSpecifiedInMasterAgreement