Definition Type: ComplexType
Name: ExerciseNotice
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-shared-4-0.xsd
Abstract
Documentation:
A type defining to whom and where notice of execution should be given. The partyReference refers to one of the principal parties of the trade. If present the exerciseNoticePartyReference refers to a party, other than the principal party, to whome notice should be given.
Collapse XSD Schema Diagram:
Drilldown into businessCenter in schema fpml-shared-4-0_xsd Drilldown into exerciseNoticePartyReference in schema fpml-shared-4-0_xsd Drilldown into partyReference in schema fpml-shared-4-0_xsdXSD Diagram of ExerciseNotice in schema fpml-shared-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ExerciseNotice">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining to whom and where notice of execution should be given. The partyReference refers to one of the principal parties of the trade. If present the exerciseNoticePartyReference refers to a party, other than the principal party, to whome notice should be given.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to a party identifier defined elsewhere in the document. The party referenced has allocated the trade identifier.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="exerciseNoticePartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to a party identifier defined elsewhere in the document. The party referenced is the party to which notice of exercise should be given by the buyer.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="businessCenter" type="BusinessCenter" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsA:partyReference (1) (1)
exerciseNoticePartyReference nsA:exerciseNoticePartyReference 0 (1)
businessCenter nsA:businessCenter (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:exerciseNotice, nsA:exerciseNotice, nsA:exerciseNotice, nsA:exerciseNotice