Class RepoNearLeg

java.lang.Object

public class RepoNearLeg extends RepoLegBase
A transaction leg for a repo is equivalent to a single cash transaction.

Java class for RepoNearLeg complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RepoNearLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}RepoLegBase">
       <sequence>
         <element name="settlementAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
         <element name="fxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxRate" minOccurs="0"/>
         <sequence minOccurs="0">
           <element name="deliveryMethod" type="{http://www.fpml.org/FpML-5/confirmation}DeliveryMethod"/>
           <element name="deliveryDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
           <element name="collateral" type="{http://www.fpml.org/FpML-5/confirmation}CollateralValuation" maxOccurs="unbounded"/>
         </sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>