/**
* Specifies the fallback provisions for the hedging party in the determination of the final settlement price.
* tag: 2599
* @readonly
* @enum {number} (int)
*/
export declareenumComplexEventPVFinalPriceElectionFallback{
Close = 0,
HedgeElection = 1
}