Class FinFixedtermDepositTerms

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

Conditions and terms of a fixed term deposit (Festgeldkonditionen).

public class FinFixedtermDepositTerms
Inheritance
FinFixedtermDepositTerms
Inherited Members

Properties

DepositDate

The date when the deposit was made.

public SwiftDate DepositDate { get; }

Property Value

SwiftDate

This is a mandatory field of the fixed term deposit terms.

ExpireDate

The date when the deposit expires.

public SwiftDate ExpireDate { get; }

Property Value

SwiftDate

This is a mandatory field of the fixed term deposit terms.

IntMethod

The interest rate method.

public string IntMethod { get; }

Property Value

string

IntRate

The interest rate of the deposit.

public decimal IntRate { get; }

Property Value

decimal

This is a mandatory field of the fixed term deposit terms.

MaxDeposit

public SwiftAmt MaxDeposit { get; }

Property Value

SwiftAmt

MinDeposit

public SwiftAmt MinDeposit { get; }

Property Value

SwiftAmt

TermsID

public string TermsID { get; }

Property Value

string

TermsName

public string TermsName { get; }

Property Value

string