Class FinAcctDetails

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

The account details of a single account. These may be obtained through a FinAcctDetailsOrder, built buy the FinAcctDetailsBuilder.

public class FinAcctDetails
Inheritance
FinAcctDetails
Inherited Members

Constructors

FinAcctDetails(FinSegment)

public FinAcctDetails(FinSegment aHIKIF)

Parameters

aHIKIF FinSegment

Exceptions

ArgumentNullException
ArgumentException

Properties

AcctCcy

Optional ISO 4217 alpha currency code of this account.

public string AcctCcy { get; }

Property Value

string

AcctHolderName

The name of the account holder.

public string AcctHolderName { get; }

Property Value

string

AcctHolderName1

First line of the account holder name.

public string AcctHolderName1 { get; }

Property Value

string

AcctHolderName2

Second line of the account holder name.

public string AcctHolderName2 { get; }

Property Value

string

AcctName

Optional name of account product type.

public string AcctName { get; }

Property Value

string

A string with up to 30 characters that contains a descriptive name of the type of this account.

AcctType

Classification of the account type according to FinTS 3.0.

public int AcctType { get; }

Property Value

int

Remarks

These are the ranges of the returned value according to FinTS 3.0. 1 - 9: Kontokorrent-/Girokonto 10 - 19: Sparkonto 20 - 29: Festgeldkonto (Termineinlagen) 30 - 39: Wertpapierdepot 40 - 49: Kredit-/Darlehenskonto 50 - 59: Kreditkartenkonto 60 - 69: Fonds-Depot bei einer Kapitalanlagegesellschaft 70 - 79: Bausparvertrag 80 - 89: Versicherungsvertrag 90 - 99: Sonstige (nicht zuordenbar)

AcctTypeClass

The account type class is derived from the AcctType.

public FinAcctTypeClass AcctTypeClass { get; }

Property Value

FinAcctTypeClass

Remarks

Basically the account type class is determined by dividing the AcctType by ten. This means, if the AcctType is zero, then this property will return Giro.

InterestRates

public FinAcctDetailsInterestRate[] InterestRates { get; }

Property Value

FinAcctDetailsInterestRate[]

OpeningDate

public DateTime OpeningDate { get; }

Property Value

DateTime