Class FinFixedtermDepositTerms
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
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
MinDeposit
public SwiftAmt MinDeposit { get; }
Property Value
TermsID
public string TermsID { get; }
Property Value
TermsName
public string TermsName { get; }