<xsd:complexType name="DirectionalLegUnderlyerValuation" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An abstract base class for all directional leg types with effective date, termination date, and underlyer, where a payer makes a stream of payments of greater than zero value to a receiver.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DirectionalLegUnderlyer">
<xsd:sequence>
<xsd:element name="valuation" type="EquityValuation">
<xsd:annotation>
<xsd:documentation xml:lang="en">Valuation of the underlyer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|