Enum SwiftPriceType

Namespace
Subsembly.Swift
Assembly
Subsembly.Sepa.dll

Indicates the type of a given price.

public enum SwiftPriceType
Extension Methods

Fields

ACTU = 1

Price expressed as an amount of currency per unit or per share.

PRCT = 2

The price is a percentage value of the face amount.

Undefined = 0

The type is undefined or unknown. This is the default value (zero).

YIEL = 3

Price expressed as a percentage yield.