Skip to content

Enum: PutCallEnum

The enumerated values to specify the types of listed derivative options.

URI: common_domain_model:PutCallEnum

Permissible Values

Value Meaning Description
Put None A put option gives the holder the right to sell the underlying asset by a cer...
Call None A call option gives the holder the right to buy the underlying asset by a cer...

Slots

Name Description
optionType The type of option, ie Put or Call
putCall Specifies the embedded option feature of a debt security

Identifier and Mapping Information

Schema Source

LinkML Source

name: PutCallEnum
description: The enumerated values to specify the types of listed derivative options.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Put:
    text: Put
    description: A put option gives the holder the right to sell the underlying asset
      by a certain date for a certain price.
  Call:
    text: Call
    description: A call option gives the holder the right to buy the underlying asset
      by a certain date for a certain price.