All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fpml.fpml_5.confirmation.EquityBermudaExercise Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.61
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2024.05.10 at 03:58:40 PM UTC 
//


package org.fpml.fpml_5.confirmation;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;


/**
 * A type for defining exercise procedures associated with a Bermuda style exercise of an equity option. The term Bermuda is adopted in FpML for consistency with the ISDA Definitions.
 * 
 * 

Java class for EquityBermudaExercise complex type. * *

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

 * <complexType name="EquityBermudaExercise">
 *   <complexContent>
 *     <extension base="{http://www.fpml.org/FpML-5/confirmation}SharedAmericanExercise">
 *       <sequence>
 *         <element name="bermudaExerciseDates" type="{http://www.fpml.org/FpML-5/confirmation}DateList"/>
 *         <element name="latestExerciseTimeType" type="{http://www.fpml.org/FpML-5/confirmation}TimeTypeEnum" minOccurs="0"/>
 *         <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityExpiration.model"/>
 *         <element name="equityMultipleExercise" type="{http://www.fpml.org/FpML-5/confirmation}EquityMultipleExercise" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "EquityBermudaExercise", propOrder = { "bermudaExerciseDates", "latestExerciseTimeType", "equityExpirationTimeType", "equityExpirationTime", "expirationTimeDetermination", "equityMultipleExercise" }) public class EquityBermudaExercise extends SharedAmericanExercise { @XmlElement(required = true) protected DateList bermudaExerciseDates; @XmlSchemaType(name = "token") protected TimeTypeEnum latestExerciseTimeType; @XmlSchemaType(name = "token") protected TimeTypeEnum equityExpirationTimeType; protected BusinessCenterTime equityExpirationTime; protected DeterminationMethod expirationTimeDetermination; protected EquityMultipleExercise equityMultipleExercise; /** * Gets the value of the bermudaExerciseDates property. * * @return * possible object is * {@link DateList } * */ public DateList getBermudaExerciseDates() { return bermudaExerciseDates; } /** * Sets the value of the bermudaExerciseDates property. * * @param value * allowed object is * {@link DateList } * */ public void setBermudaExerciseDates(DateList value) { this.bermudaExerciseDates = value; } /** * Gets the value of the latestExerciseTimeType property. * * @return * possible object is * {@link TimeTypeEnum } * */ public TimeTypeEnum getLatestExerciseTimeType() { return latestExerciseTimeType; } /** * Sets the value of the latestExerciseTimeType property. * * @param value * allowed object is * {@link TimeTypeEnum } * */ public void setLatestExerciseTimeType(TimeTypeEnum value) { this.latestExerciseTimeType = value; } /** * Gets the value of the equityExpirationTimeType property. * * @return * possible object is * {@link TimeTypeEnum } * */ public TimeTypeEnum getEquityExpirationTimeType() { return equityExpirationTimeType; } /** * Sets the value of the equityExpirationTimeType property. * * @param value * allowed object is * {@link TimeTypeEnum } * */ public void setEquityExpirationTimeType(TimeTypeEnum value) { this.equityExpirationTimeType = value; } /** * Gets the value of the equityExpirationTime property. * * @return * possible object is * {@link BusinessCenterTime } * */ public BusinessCenterTime getEquityExpirationTime() { return equityExpirationTime; } /** * Sets the value of the equityExpirationTime property. * * @param value * allowed object is * {@link BusinessCenterTime } * */ public void setEquityExpirationTime(BusinessCenterTime value) { this.equityExpirationTime = value; } /** * Gets the value of the expirationTimeDetermination property. * * @return * possible object is * {@link DeterminationMethod } * */ public DeterminationMethod getExpirationTimeDetermination() { return expirationTimeDetermination; } /** * Sets the value of the expirationTimeDetermination property. * * @param value * allowed object is * {@link DeterminationMethod } * */ public void setExpirationTimeDetermination(DeterminationMethod value) { this.expirationTimeDetermination = value; } /** * Gets the value of the equityMultipleExercise property. * * @return * possible object is * {@link EquityMultipleExercise } * */ public EquityMultipleExercise getEquityMultipleExercise() { return equityMultipleExercise; } /** * Sets the value of the equityMultipleExercise property. * * @param value * allowed object is * {@link EquityMultipleExercise } * */ public void setEquityMultipleExercise(EquityMultipleExercise value) { this.equityMultipleExercise = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy