complexType "ObservationPeriod"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Period when accumulator will accumulate shares.
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="ObservationPeriod">
<xsd:sequence>
<xsd:element name="observationPeriodStartDate" type="xsd:date"/>
<xsd:element name="observationPeriodEndDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="observationPeriodSettlementDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="observationPeriodNoOfTradingDays" type="xsd:positiveInteger"/>
<xsd:element minOccurs="0" name="upFrontSettlement" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="noOfScheduledTradingDays" type="xsd:positiveInteger"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
noOfScheduledTradingDays
Type:
xsd:positiveInteger, predefined, simple content
Number of scheduled trading days in observation period
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="noOfScheduledTradingDays" type="xsd:positiveInteger"/>

observationPeriodEndDate
Type:
xsd:date, predefined, simple content
End date of observation period
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="observationPeriodEndDate" type="xsd:date"/>

observationPeriodNoOfTradingDays
Type:
xsd:positiveInteger, predefined, simple content
Number of trading days in observation period
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="observationPeriodNoOfTradingDays" type="xsd:positiveInteger"/>

observationPeriodSettlementDate
Type:
xsd:date, predefined, simple content
Settlement date for shares accumulated during the observation period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="observationPeriodSettlementDate" type="xsd:date"/>

observationPeriodStartDate
Type:
xsd:date, predefined, simple content
Start date of observation period
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="observationPeriodStartDate" type="xsd:date"/>

upFrontSettlement
Type:
xsd:boolean, predefined, simple content
Does the investor need to invest the maximum notional amount for this observation period upfront ? The alternative is to transact on a margin basis.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="upFrontSettlement" type="xsd:boolean"/>

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.