complexType "Offset"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definition of 1 element
Used:
at 13 locations
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
dayType (defined in Offset complexType),
period (defined in Period complexType),
periodMultiplier (defined in Period complexType)
Known Direct Subtypes (5):
AdjustableOffset, DateOffset, FxFixingDate, FxValuationDateOffset, RelativeDateOffset
Known Indirect Subtypes (2):
AdjustedRelativeDateOffset, RelativeDates
All Direct / Indirect Based Elements (35):
cashSettlementValuationDate,
dateOffset (defined in RelativeDateSequence complexType),
deliveryDateExpirationConvention,
deliveryDateRollConvention,
expirationDateOffset,
feePaymentDate (defined in ExerciseFeeSchedule complexType),
feePaymentDate (in exerciseFee),
fixingDateOffset,
fixingDates (in resetDates),
fxFixingDate,
gracePeriod,
inflationLag,
initialFixingDate (in interestLegResetDates),
initialFixingDate (in resetDates),
noticePeriod (in partyNoticePeriod),
noticePeriod (in repo),
offset (defined in OffsetPrevailingTime complexType),
paymentDate (in environmentalPhysicalLeg),
paymentDate (in fixedPayment),
paymentDateOffset,
paymentDaysOffset (defined in CommodityRelativePaymentDates complexType),
paymentDaysOffset (in paymentDates defined in InterestRateStream complexType),
rateCutOffDaysOffset,
relativeDate (defined in AdjustableDatesOrRelativeDateOffset complexType),
relativeDate (defined in AdjustableOrRelativeDate complexType),
relativeDate (defined in Composite complexType),
relativeDate (in cashSettlementPaymentDate),
relativeDates (defined in AdjustableOrRelativeDates complexType),
relativeDates (defined in AdjustableRelativeOrPeriodicDates2 complexType),
relativeEffectiveDate,
relativeTerminationDate,
settlementDateOffset,
valuationDateOffset,
varyingNotionalFixingDates,
varyingNotionalInterimExchangePaymentDates
Known Usage Locations
Annotation
A type defining an offset used in calculating a new date relative to a reference date. E.g. calendar days, business days, Commodity Business days, etc..
Type Definition Detail
Type Derivation Tree
Period (extension)
  Offset
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="Offset">
<xsd:complexContent>
<xsd:extension base="Period">
<xsd:sequence>
<xsd:element minOccurs="0" name="dayType" type="DayTypeEnum"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
dayType
Type:
DayTypeEnum, simple content
In the case of an offset specified as a number of days, this element defines whether consideration is given as to whether a day is a good business day or not. If a day type of business days is specified then non-business days are ignored when calculating the offset. The financial business centers to use for determination of business days are implied by the context in which this element is used. This element must only be included when the offset is specified as a number of days. If the offset is zero days then the dayType element should not be included.
Simple Content
enumeration of xsd:token
Enumeration:
"Business"
 - 
When calculating the number of days between two dates the count includes only business days.
"Calendar"
 - 
When calculating the number of days between two dates the count includes all calendar days.
"CommodityBusiness"
 - 
When calculating the number of days between two dates the count includes only commodity business days.
"CurrencyBusiness"
 - 
When calculating the number of days between two dates the count includes only currency business days.
"ExchangeBusiness"
 - 
When calculating the number of days between two dates the count includes only stock exchange business days.
"ScheduledTradingDay"
 - 
When calculating the number of days between two dates the count includes only scheduled trading days.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="dayType" type="DayTypeEnum"/>

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.