<xsd:complexType name="SwaptionAdjustedDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the adjusted dates associated with swaption exercise and settlement.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="exerciseEvent" type="ExerciseEvent" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The adjusted dates associated with an individual swaption exercise date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|