Class FinDekaFondsListEntry

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

A fonds holding entry as it is returned by the FinDekaFondsList class.

public class FinDekaFondsListEntry
Inheritance
FinDekaFondsListEntry
Inherited Members

Properties

FondSecurityID

The security ID of the fond.

public string FondSecurityID { get; }

Property Value

string

FondSecurityName

The name of the fond.

public string FondSecurityName { get; }

Property Value

string

an(..50) optional.

PortfolioKey

Account specific identification of this fond holding.

public string PortfolioKey { get; }

Property Value

string

an(..18) mandatory.

PriceDate

public SwiftDate PriceDate { get; }

Property Value

SwiftDate

RedemptionPrice

The redemtion price of 1 fond share.

public SwiftAmt RedemptionPrice { get; }

Property Value

SwiftAmt

amt(#) optional.

Shares

The number of fond shares. This may have up to three decimal places.

public decimal Shares { get; }

Property Value

decimal

val(..15) mandatory.

TotalValue

The total value of this fond holding.

public SwiftAmt TotalValue { get; }

Property Value

SwiftAmt

val(..15) mandatory.

Remarks

This value usually equals Shares multiplied by RedemptionPrice.