UnderlyingPriceDeterminationMethod

Tag 1481

UnderlyingPriceDeterminationMethod

Abbreviation: PxDtrmnMeth
Typeint
Tag1481
AddedFIX.5.0SP1
Used in72 messages

Description

Specifies how the underlying price is determined at the point of option exercise. The underlying price may be set to the current settlement price, set to a special reference, set to the optimal value of the underlying during the defined period ("Look-back") or set to the average value of the underlying during the defined period ("Asian option").

Wire Format & Usage Example

Single field (key=value)
1481=1 (Regular)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 1481=1 (Regular) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1481=1 (Regular) is this field's position in the message.

All valid values
WireNameDescription
1481=1RegularRegular
1481=2SpecialReferenceSpecial reference
1481=3OptimalValueOptimal value (Lookback)
1481=4AverageValueAverage value (Asian option)

Enumerated Values

4
ValueSymbolic NameDescriptionAdded
1RegularRegularFIX.5.0SP1
2SpecialReferenceSpecial referenceFIX.5.0SP1
3OptimalValueOptimal value (Lookback)FIX.5.0SP1
4AverageValueAverage value (Asian option)FIX.5.0SP1