<xsd:complexType name="FinalCalculationPeriodDateAdjustment">
<xsd:annotation>
<xsd:documentation>A type to define business date convention adjustment to final payment period per leg.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="relevantUnderlyingDateReference" type="RelevantUnderlyingDateReference">
<xsd:annotation>
<xsd:documentation>Reference to the unadjusted cancellation effective dates.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="swapStreamReference" type="InterestRateStreamReference">
<xsd:annotation>
<xsd:documentation>Reference to the leg, where date adjustments may apply.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="businessDayConvention" type="BusinessDayConventionEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Override business date convention. This takes precedence over leg level information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|