Definition Type: ComplexType
Name: ExerciseNotice
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.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-4_xsd Drilldown into exerciseNoticePartyReference in schema fpml-shared-4-4_xsd Drilldown into partyReference in schema fpml-shared-4-4_xsdXSD Diagram of ExerciseNotice in schema fpml-shared-4-4_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">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">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 fpml:partyReference (1) (1)
exerciseNoticePartyReference fpml:exerciseNoticePartyReference 0 (1)
businessCenter fpml:businessCenter (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:exerciseNotice, fpml:exerciseNotice, fpml:exerciseNotice, fpml:exerciseNotice