Class Leg

java.lang.Object
net.finmath.smartcontract.product.xml.Leg
Direct Known Subclasses:
CommodityForwardLeg, CommodityPerformanceSwapLeg, CommoditySwapLeg, DirectionalLeg, FeeLeg, FxSwapLeg, InterestRateStream, RepoLegBase

public abstract class Leg extends Object
A supertype of leg. All swap legs extend this type.

Java class for Leg complex type.

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

 <complexType name="Leg">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>