complexType "FxAccrualDigitalOption"
Namespace:
Content:
complex, 1 attribute, 19 elements
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (19):
accrualProcess (in fxAccrualDigitalOption),
assetClass,
buyerAccountReference,
buyerPartyReference (defined in BuyerSeller.model group),
exerciseProcedure (in fxAccrualDigitalOption),
expiryDate (defined in FxExpiryDateOrSchedule.model group),
expirySchedule (defined in FxExpiryDateOrSchedule.model group),
knockoutBarrier (in fxAccrualDigitalOption),
notionalAmount (in fxAccrualDigitalOption),
premium (in fxAccrualDigitalOption),
primaryAssetClass,
productId (defined in Product.model group),
productType (defined in Product.model group),
secondaryAssetClass,
sellerAccountReference,
sellerPartyReference (defined in BuyerSeller.model group),
settlementDate (defined in FxSettlementDateOrSchedule.model group),
settlementSchedule (defined in FxSettlementDateOrSchedule.model group),
trigger (in fxAccrualDigitalOption)
All Direct / Indirect Based Elements (1):
fxAccrualDigitalOption
Known Usage Locations
Annotation
An FX Accrual Digital Option product The product defines a list of fixing (or observation) dates. There are m total fixings. At the expiry date of the product, the buyer of the option has the right to an FX settlement with n/m * Notional. Payout can be cash or physical.
Type Definition Detail
Type Derivation Tree
Product (extension)
  Option (extension)
      FxAccrualDigitalOption
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType name="FxAccrualDigitalOption">
<xsd:complexContent>
<xsd:extension base="Option">
<xsd:sequence>
<xsd:sequence>
<!--2015-2-05: FpML FX WG: agreed to remove "effectiveDate" of type "AdjustableOrRelativeDate" and "tenorPeriod" of type "Period". Rationale: it is not clear where you need this information. We could always add it back when we see the requirements.-->
<!--2015-2-05: FpML FX WG: agreed to replace "notionalAmount" type with "NonNegativeAmountSchedule" type to support Strips, contract with multiple notionals -->
<xsd:element name="notionalAmount" type="NonNegativeAmountSchedule"/>
<xsd:group ref="FxExpiryDateOrSchedule.model"/>
<xsd:element minOccurs="0" name="exerciseProcedure" type="ExerciseProcedure"/>
<xsd:element name="trigger" type="FxAccrualTrigger"/>
<xsd:element name="accrualProcess" type="FxAccrualProcess"/>
<!--2015-02-05:FpML FX WG: agreed to rename "accrualKnockoutBarrier" to "knockoutBarrier" -->
<xsd:element maxOccurs="unbounded" minOccurs="0" name="knockoutBarrier" type="FxAccrualKnockoutBarrier"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="premium" type="FxOptionPremium"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/19)
accrualProcess
Type:
FxAccrualProcess, complex content
Describes accrual features within the product.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="accrualProcess" type="FxAccrualProcess"/>

exerciseProcedure
Type:
ExerciseProcedure, complex content
A set of parameters defining procedures associated with the exercise.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="exerciseProcedure" type="ExerciseProcedure"/>

knockoutBarrier
Type:
FxAccrualKnockoutBarrier, complex content
Defines a knockout barrier conditions where if a barrier event occurs, the accrual process is terminated for the duration of all remainin accrual periods. Settlement rights for the next settlement are either retained or extinguished.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="knockoutBarrier" type="FxAccrualKnockoutBarrier"/>

notionalAmount
Type:
NonNegativeAmountSchedule, complex content
Notional amount Schedule. The notional value of the product. This number divided by the total number of fixings in the fixing schedule is the amount that is accrued at each fixing if the accrual factor is one.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="notionalAmount" type="NonNegativeAmountSchedule"/>

premium
Type:
FxOptionPremium, complex content
Premium amount or premium installment amount for an option.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="premium" type="FxOptionPremium"/>

trigger
Type:
FxAccrualTrigger, complex content
Defines one or more conditions underwhich the option will payout if exercisable.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="trigger" type="FxAccrualTrigger"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.