Table of Contents

Interface IAsset

Namespace
Virtufin.Core.Contracts
Assembly
Virtufin.Core.dll

A tradeable asset. In the financial-model sense an asset has no counterparty risk (it is issued, not bilaterally agreed). Used as the underlying of Position and the building block of contracts.

public interface IAsset

Properties

Identifier

Unique identifier of the asset.

IAssetIdentifier Identifier { get; }

Property Value

IAssetIdentifier