Schema Central > FpML 5.5 Confirmation > fpml-confirmation-processes-5-5.xsd > fpml:optionExpirationNotification
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

fpml:optionExpirationNotification

Element information

Content

Attributes

NameOccTypeDescriptionNotes
fpmlVersion [1..1]AnonymousIndicate which version of the FpML Schema an FpML message adheres to.from group fpml:VersionAttributes.atts
expectedBuild [0..1]xsd:positiveIntegerThis optional attribute can be supplied by a message creator in an FpML instance to specify which build number of the schema was used to define the message when it was generated.from group fpml:VersionAttributes.atts
actualBuild [0..1]xsd:positiveIntegerThe specific build number of this schema version. This attribute is not included in an instance document. Instead, it is supplied by the XML parser when the document is validated against the FpML schema and indicates the build number of the schema file. Every time FpML publishes a change to the schema, validation rules, or examples within a version (e.g., version 4.2) the actual build number is incremented. If no changes have been made between releases within a version (i.e. from Trial Recommendation to Recommendation) the actual build number stays the same.Fixed value is "8". from group fpml:VersionAttributes.atts

Sample instance

<optionExpirationNotification                              fpmlVersion="5-5"
                              xsi:schemaLocation="http://www.fpml.org/FpML-5/confirmation ../../fpml-main-5-5.xsd http://www.w3.org/2000/09/xmldsig# ../../xmldsig-core-schema.xsd">
   <header>
      <messageId messageIdScheme="http://www.amag.com/coding-scheme/message-id">0485674</messageId>
      <sentBy>AMAGGB22XXX</sentBy>
      <sendTo>CCSTUS6S</sendTo>
      <creationTimestamp>2010-07-10T15:00:00-00:00</creationTimestamp>
   </header>
   <isCorrection>false</isCorrection>
   <correlationId correlationIdScheme="http://www.imgr.com/schemes/correlation-id">CORR019</correlationId>
   <sequenceNumber>1</sequenceNumber>
   <optionExpiry>
      <tradeIdentifier>
         <partyReference href="SKY"/>
         <tradeId tradeIdScheme="http://www.swift.com/coding-scheme/contract-id">IRS2</tradeId>
      </tradeIdentifier>
      <date>2010-09-10</date>
      <time>15:00:00Z</time>
      <exerciseProcedure>
         <manualExercise/>
      </exerciseProcedure>
   </optionExpiry>
   <optionExpiry>
      <tradeIdentifier>
         <partyReference href="SKY"/>
         <tradeId tradeIdScheme="http://www.swift.com/coding-scheme/contract-id">CDSwaption1</tradeId>
      </tradeIdentifier>
      <date>2010-12-05</date>
      <time>02:00:00Z</time>
      <exerciseProcedure>
         <automaticExercise/>
      </exerciseProcedure>
   </optionExpiry>
   <party id="AMAG">
      <partyId>AMAGGB22</partyId>
      <partyName>International Bank Asset Management</partyName>
   </party>
   <party id="SKY">
      <partyId partyIdScheme="http://www.sky.org/coding-schem/code-id">SkyLTD</partyId>
      <partyName>Sky Limited</partyName>
   </party>
</optionExpirationNotification>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com