Class SinglePartyOption

java.lang.Object
net.finmath.smartcontract.product.xml.SinglePartyOption

public class SinglePartyOption extends Object
A type describing the buyer and seller of an option.

Java class for SinglePartyOption complex type.

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

 <complexType name="SinglePartyOption">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BuyerSeller.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>