XML Schema Documentation

Complex Type: Asian

[Table of contents]

Super-types: None
Sub-types: None
Name Asian
Used by (from the same schema document) Model Group OptionFeature.model
Abstract no
Documentation As per ISDA 2002 Definitions
XML Instance Representation
<...>
<averagingInOut> AveragingInOutEnum </averagingInOut> [1]
<strikeFactor> xsd:decimal </strikeFactor> [0..1]

'The factor of strike.'

<averagingPeriodIn> AveragingPeriod </averagingPeriodIn> [0..1]

'The averaging in period.'

<averagingPeriodOut> AveragingPeriod </averagingPeriodOut> [0..1]

'The averaging out period.'

</...>
Diagram
type_AveragingInOutEnum
Schema Component Representation
<xsd:complexType name="Asian">
<xsd:sequence>
<xsd:element name="averagingInOut" type=" AveragingInOutEnum "/>
<xsd:element name="strikeFactor" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="averagingPeriodIn" type=" AveragingPeriod " minOccurs="0"/>
<xsd:element name="averagingPeriodOut" type=" AveragingPeriod " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>