org_isda_cdm.CommodityReferencePriceEnum.CommodityReferencePriceEnum.go Maven / Gradle / Ivy
/**
* This file is auto-generated from the ISDA Common Domain Model, do not edit.
* Version: 6.0.0-dev.63
*/
package CommodityReferencePriceEnum
import . "org_isda_cdm"
/**
* The enumeration values to specify the Commodity Reference Prices specified in the Annex to the 2005 ISDA Commodity Definitions.
*/
const (
/**
* Per 2005 ISDA Commodity Definitions, Sub-Annex A, Section 7.1 Commodity Reference Prices, as amended and supplemented through the date on which parties enter into the relevant transaction.
*/
ALUMINIUM_ALLOY_LME_15_MONTH CommodityReferencePriceEnum = iota + 1
/**
* A code for the NYMEX Central Appalachian Coal commodity
*/
COAL_CENTRAL_APPALACHIAN_NYMEX CommodityReferencePriceEnum = iota + 1
/**
* A code for the ICE Futures U.S. (‘ICUS’) Cocoa commodity
*/
COCOA_ICE CommodityReferencePriceEnum = iota + 1
/**
* A code for the ICUS Coffee C commodity
*/
COFFEE_ARABICA_ICE CommodityReferencePriceEnum = iota + 1
/**
* A code for the ICUS Coffee C commodity
*/
COFFEE_ROBUSTA_ICE CommodityReferencePriceEnum = iota + 1
/**
* A code for the COMEX (‘CMX’) Copper Grade #1 commodity
*/
COPPER_COMEX CommodityReferencePriceEnum = iota + 1
/**
* A code for the Chicago Board of Trade (‘CBOT’) Corn commodity
*/
CORN_CBOT CommodityReferencePriceEnum = iota + 1
/**
* A code for the ICUS Cotton No. 2 commodity
*/
COTTON_NO__2_ICE CommodityReferencePriceEnum = iota + 1
/**
* A code for the CBOT Ethanol commodity
*/
ETHANOL_CBOT CommodityReferencePriceEnum = iota + 1
/**
* A code for the CME Feeder Cattle commodity
*/
FEEDER_CATTLE_CME CommodityReferencePriceEnum = iota + 1
/**
* A code for the ICUS Frozen Concentrated Orange Juice commodity
*/
FROZEN_CONCENTRATED_ORANGE_JUICE_NO__1_ICE CommodityReferencePriceEnum = iota + 1
/**
* A code for the NYMEX Gasoline Blendstock (RBOB) commodity
*/
GASOLINE_RBOB_NEW_YORK_ICE CommodityReferencePriceEnum = iota + 1
/**
* A code for the NYMEX Gasoline Blendstock (RBOB) commodity
*/
GASOLINE_RBOB_NEW_YORK_NYMEX CommodityReferencePriceEnum = iota + 1
/**
* A code for the CMX Gold commodity
*/
GOLD_COMEX CommodityReferencePriceEnum = iota + 1
/**
* A code for the NYMEX No. 2 Heating Oil, New York Harbor commodity
*/
HEATING_OIL_NEW_YORK_NYMEX CommodityReferencePriceEnum = iota + 1
/**
* A code for the CME Lean Hogs commodity
*/
LEAN_HOGS_CME CommodityReferencePriceEnum = iota + 1
/**
* A code for the CME Live Cattle commodity
*/
LIVE_CATTLE_CME CommodityReferencePriceEnum = iota + 1
/**
* A code for the CME Random Length Lumber commodity
*/
LUMBER_CME CommodityReferencePriceEnum = iota + 1
/**
* A code for the CME Milk Class III commodity
*/
MILK_CLASS_III_CME CommodityReferencePriceEnum = iota + 1
/**
* A code for the CME Non Fat Dry Milk commodity
*/
MILK_NONFAT_DRY_CME CommodityReferencePriceEnum = iota + 1
/**
* A code for the NYMEX Natural Gas commodity
*/
NATURAL_GAS_NYMEX CommodityReferencePriceEnum = iota + 1
/**
* A code for the NYMEX Panhandle Basis Swap commodity
*/
NATURAL_GAS_PEPL__TEXOK_MAINLINE__INSIDE_FERC CommodityReferencePriceEnum = iota + 1
/**
* A code for the NYMEX Waha Basis Swap commodity
*/
NATURAL_GAS_W__TEXAS__WAHA__INSIDE_FERC CommodityReferencePriceEnum = iota + 1
/**
* A code for the CBOT Oats commodity
*/
OATS_CBOT CommodityReferencePriceEnum = iota + 1
/**
* A code for the NYMEX Crude Oil, Light Sweet commodity
*/
OIL_WTI_NYMEX CommodityReferencePriceEnum = iota + 1
/**
* A code for the NYMEX Palladium commodity
*/
PALLADIUM_NYMEX CommodityReferencePriceEnum = iota + 1
/**
* A code for the NYMEX Platinum commodity
*/
PLATINUM_NYMEX CommodityReferencePriceEnum = iota + 1
/**
* A code for the CBOT Rough Rice commodity
*/
RICE_CBOT CommodityReferencePriceEnum = iota + 1
/**
* A code for the CMX Silver commodity
*/
SILVER_COMEX CommodityReferencePriceEnum = iota + 1
/**
* A code for the CBOT Soybeans commodity
*/
SOYBEANS_CBOT CommodityReferencePriceEnum = iota + 1
/**
* A code for the CBOT Soybean Meal commodity
*/
SOYBEAN_MEAL_CBOT CommodityReferencePriceEnum = iota + 1
/**
* A code for the CBOT Soybean Oil commodity
*/
SOYBEAN_OIL_CBOT CommodityReferencePriceEnum = iota + 1
/**
* A code for the ICUS Sugar No. 11 commodity
*/
SUGAR___11__WORLD__ICE CommodityReferencePriceEnum = iota + 1
/**
* A code for the ICUS Sugar No. 16 commodity
*/
SUGAR___16__US__ICE CommodityReferencePriceEnum = iota + 1
/**
* A code for the CBOT Wheat commodity
*/
WHEAT_CBOT CommodityReferencePriceEnum = iota + 1
/**
* A code for the Kansas City Board of Trade (‘KCBT’)Wheat commodity
*/
WHEAT_HRW_KCBOT CommodityReferencePriceEnum = iota + 1
/**
* A code for the Wheat commodity
*/
WHEAT_RED_SPRING_MGE CommodityReferencePriceEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy