Table of Contents

Struct FigiValue

Namespace
Veritas.Finance
Assembly
Veritas.dll

Represents a validated Financial Instrument Global Identifier (FIGI).

public readonly struct FigiValue
Inherited Members

Constructors

FigiValue(string)

Initializes a new instance of the FigiValue struct.

public FigiValue(string value)

Parameters

value string

Normalized FIGI.

Properties

Value

Gets the normalized FIGI.

public string Value { get; }

Property Value

string