group "GenericOptionAttributes.model"
Namespace:
Content:
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
Complex Content Model
optionType?, commencementDate?, exerciseStyle?, strike*, feature*
Content Model Elements (5):
commencementDate (defined in GenericOptionAttributes.model group),
exerciseStyle,
feature (defined in GenericOptionAttributes.model group),
optionType (defined in GenericOptionAttributes.model group),
strike (defined in GenericOptionAttributes.model group)
Known Usage Locations
XML Source (w/o annotations (5); see within schema source)
<xsd:group name="GenericOptionAttributes.model">
<xsd:sequence>
<xsd:element minOccurs="0" name="optionType" type="OptionType"/>
<xsd:element minOccurs="0" name="commencementDate" type="AdjustableDate2"/>
<xsd:element minOccurs="0" name="exerciseStyle" type="GenericExerciseStyle"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="strike" type="GenericOptionStrike"/>
<!-- DTCC proposal 2013-10-23 -->
<xsd:element maxOccurs="unbounded" minOccurs="0" name="feature" type="GenericProductFeature"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 5/5)
commencementDate
Type:
AdjustableDate2, complex content
For options, the earliest exercise date of the option (corresponds to the option lock-out period).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="commencementDate" type="AdjustableDate2"/>

exerciseStyle
Type:
GenericExerciseStyle, simple content
For options, whether the option is a put or call option.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="exerciseStyle" type="GenericExerciseStyle"/>

feature
Type:
GenericProductFeature, simple content
Special features that the option may have, such as Asian averaging, Barriers, Digital payout, etc.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="feature" type="GenericProductFeature"/>

optionType
Type:
OptionType, simple content
For options, what type of option it is (e.g. butterfly).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="optionType" type="OptionType"/>

strike
Type:
GenericOptionStrike, complex content
The option strike or strikes.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="strike" type="GenericOptionStrike"/>

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.