complexType "FxAccrualOption"
Namespace:
Content:
complex, 1 attribute, 15 elements
Defined:
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (15):
primaryAssetClass (defined in Product.model group),
productType (defined in Product.model group),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
An FX Accrual 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)
      FxAccrualOption
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="FxAccrualOption">
<xsd:complexContent>
<xsd:extension base="Option">
<xsd:sequence>
<xsd:group ref="PutCallCurrency.model"/>
<xsd:element name="notionalAmount" type="NonNegativeAmountSchedule"/>
<xsd:element name="accrual" type="FxAccrual"/>
<xsd:group ref="FxExpiryDateOrSchedule.model"/>
<xsd:sequence>
<xsd:element minOccurs="0" name="strike" type="FxOptionStrikePrice"/>
</xsd:sequence>
<xsd:element maxOccurs="unbounded" name="premium" type="FxOptionPremium"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/15)
accrual
Type:
FxAccrual, complex content
Describes accrual features within the product.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="accrual" type="FxAccrual"/>

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" name="premium" type="FxOptionPremium"/>

strike
Type:
FxOptionStrikePrice, complex content
Defines the option strike price.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="strike" type="FxOptionStrikePrice"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.