org_isda_cdm.PutCallEnum.PutCallEnum.go Maven / Gradle / Ivy
/**
* This file is auto-generated from the ISDA Common Domain Model, do not edit.
* Version: 6.0.0-dev.72
*/
package PutCallEnum
import . "org_isda_cdm"
/**
* The enumerated values to specify the types of listed derivative options.
*/
const (
/**
* A call option gives the holder the right to buy the underlying asset by a certain date for a certain price.
*/
CALL PutCallEnum = iota + 1
/**
* A put option gives the holder the right to sell the underlying asset by a certain date for a certain price.
*/
PUT PutCallEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy