Class FinAcctDetails
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
aHIKIFFinSegment
Exceptions
Properties
AcctCcy
Optional ISO 4217 alpha currency code of this account.
public string AcctCcy { get; }
Property Value
AcctHolderName
The name of the account holder.
public string AcctHolderName { get; }
Property Value
AcctHolderName1
First line of the account holder name.
public string AcctHolderName1 { get; }
Property Value
AcctHolderName2
Second line of the account holder name.
public string AcctHolderName2 { get; }
Property Value
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
Remarks
These are the ranges of the returned value according to FinTS 3.0.
AcctTypeClass
The account type class is derived from the AcctType.
public FinAcctTypeClass AcctTypeClass { get; }
Property Value
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
OpeningDate
public DateTime OpeningDate { get; }