Table of Contents

Interface IContractIdentifier

Namespace
Virtufin.Core.Identifiers
Assembly
Virtufin.Core.dll

Marker for any value that uniquely identifies a contract (e.g. a UUID, an ISDA UTI, or an opaque string). Implementations must be equality-comparable so transactions and contracts can be matched by identifier.

public interface IContractIdentifier : IEquatable<IContractIdentifier>
Inherited Members

Remarks

Distinct from IEntityIdentifier which marks identifiers for entities (the things contracts operate on).