Class LcOption

java.lang.Object

public class LcOption extends FeeRateOptionBase
Represents the accruing L/C rate option associated within a facility.

Java class for LcOption complex type.

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

 <complexType name="LcOption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FeeRateOptionBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/>
         <sequence>
           <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}LcType"/>
           <element name="minLcIssuanceFeeAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare" minOccurs="0"/>
         </sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>