XML Schema Documentation

Complex Type: OptionFeatures

[Table of contents]

Super-types: None
Sub-types: None
Name OptionFeatures
Used by (from the same schema document) Model Group Feature.model
Abstract no
Documentation A type for defining option features.

Typ zur Definition von Optionsbestandteilen.
XML Instance Representation
<...>
<asian> Asian </asian> [0..1]

'An option where and average price is taken on valuation.','Option, deren Bewertung auf einem Durchschnittspreis basiert.'

<barrier> Barrier </barrier> [0..1]

'An option with a barrier feature.','Option mit Barrier-Merkmal.'

<knock> Knock </knock> [0..1]

'A knock feature.','Knock-Spezifikation.'

<passThrough> PassThrough </passThrough> [0..1]

'Pass through payments from the underlyer, such as dividends.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="OptionFeatures">
<xsd:sequence>
<xsd:element name="asian" type=" Asian " minOccurs="0"/>
<xsd:element name="barrier" type=" Barrier " minOccurs="0"/>
<xsd:element name="knock" type=" Knock " minOccurs="0"/>
<xsd:element name="passThrough" type=" PassThrough " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>