Class GVRWPDepotUms.Entry.FinancialInstrument.Transaction

java.lang.Object
org.kapott.hbci.GV_Result.GVRWPDepotUms.Entry.FinancialInstrument.Transaction
Enclosing class:
GVRWPDepotUms.Entry.FinancialInstrument

public static class GVRWPDepotUms.Entry.FinancialInstrument.Transaction extends Object
  • Field Details

    • INDICATOR_SETTLEMENT_CLEARING

      public static final int INDICATOR_SETTLEMENT_CLEARING
      The transaction relates to settlement and clearing
      See Also:
    • INDICATOR_CORPORATE_ACTION

      public static final int INDICATOR_CORPORATE_ACTION
      The transaction relates to corporate action.
      See Also:
    • INDICATOR_KAPITALMASSNAHME

      @Deprecated public static final int INDICATOR_KAPITALMASSNAHME
      Deprecated.
      See Also:
    • INDICATOR_LEIHE

      public static final int INDICATOR_LEIHE
      Transaktion im Zusammenhang mit Leihe
      See Also:
    • INDICATOR_SICHERHEITEN

      public static final int INDICATOR_SICHERHEITEN
      Transaktion im Zusammenhang mit Sicherheiten
      See Also:
    • RICHTUNG_LIEFERUNG

      public static final int RICHTUNG_LIEFERUNG
      The transaction is a delivery.
      See Also:
    • RICHTUNG_ERHALT

      public static final int RICHTUNG_ERHALT
      The transaction is a receipt.
      See Also:
    • BEZAHLUNG_GEGEN_ZAHLUNG

      public static final int BEZAHLUNG_GEGEN_ZAHLUNG
      The transaction is versus payment.
      See Also:
    • BEZAHLUNG_FREI

      public static final int BEZAHLUNG_FREI
      The transaction is free of payment.
      See Also:
    • kundenreferenz

      public String kundenreferenz
      Kundenreferenznummer
    • anzahl

      public TypedValue anzahl
      Anzahl/Betrag der Papiere im Umsatz
    • betrag

      public BigDecimalValue betrag
      Betrag des Umsatzes
    • stueckzinsen

      public BigDecimalValue stueckzinsen
      Betrag der Stueckzinsen
    • stueckzins_tage

      public int stueckzins_tage
      Anzahl der aufgelaufenen Tage für Stückzinsen
    • transaction_indicator

      public int transaction_indicator
      Art der Transaktion (siehe Konstanten INDICATOR*)
    • richtung

      public int richtung
      Lieferung oder Erhalt? (siehe Konstanten RICHTUNG*)
    • bezahlung

      public int bezahlung
      Gegen Bezahlung oder frei? (siehe Konstanten BEZAHLUNG*)
    • ccp_eligibility

      public boolean ccp_eligibility
      The transaction was initiated by CCP.A.
    • datum

      public Date datum
      Effektives Datum der Transaktion
    • datum_valuta

      public Date datum_valuta
      Valutadatum der Transaktion
    • storno

      public boolean storno
      Transaktion ist ein Storno einer anderen Transaktion
    • gegenpartei

      public String gegenpartei
      Gegenpartei der Transaktion
    • freitext_details

      public String freitext_details
      Freitext mit Transaktionsdetails
  • Constructor Details

    • Transaction

      public Transaction()
  • Method Details