• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class FinFixedtermDepositTerms

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

    Inheritance
    System.Object
    FinFixedtermDepositTerms
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.FinTS
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    public class FinFixedtermDepositTerms

    Properties

    DepositDate

    The date when the deposit was made.

    Declaration
    public SwiftDate DepositDate { get; }
    Property Value
    Type Description
    SwiftDate

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

    ExpireDate

    The date when the deposit expires.

    Declaration
    public SwiftDate ExpireDate { get; }
    Property Value
    Type Description
    SwiftDate

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

    IntMethod

    The interest rate method.

    Declaration
    public string IntMethod { get; }
    Property Value
    Type Description
    System.String

    IntRate

    The interest rate of the deposit.

    Declaration
    public decimal IntRate { get; }
    Property Value
    Type Description
    System.Decimal

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

    MaxDeposit

    Declaration
    public SwiftAmt MaxDeposit { get; }
    Property Value
    Type Description
    SwiftAmt

    MinDeposit

    Declaration
    public SwiftAmt MinDeposit { get; }
    Property Value
    Type Description
    SwiftAmt

    TermsID

    Declaration
    public string TermsID { get; }
    Property Value
    Type Description
    System.String

    TermsName

    Declaration
    public string TermsName { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH