<xsd:complexType name="FxSettlementPeriodBarrier">
<xsd:sequence>
<xsd:element name="barrierReference" type="FxComplexBarrierBaseReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the barrier structure within the parametric representation of the product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="triggerRate" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Barrier trigger rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|