Class GVRWPDepotList.Entry.Gattung

java.lang.Object
org.kapott.hbci.GV_Result.GVRWPDepotList.Entry.Gattung
Enclosing class:
GVRWPDepotList.Entry

public static final class GVRWPDepotList.Entry.Gattung extends Object
Enhält Informationen zu einer Wertpapiergattung
  • Field Details

    • PRICE_TYPE_PRCT

      public static final int PRICE_TYPE_PRCT
      See Also:
    • PRICE_TYPE_VALUE

      public static final int PRICE_TYPE_VALUE
      See Also:
    • PRICE_QUALIF_MRKT

      public static final int PRICE_QUALIF_MRKT
      See Also:
    • PRICE_QUALIF_HINT

      public static final int PRICE_QUALIF_HINT
      See Also:
    • SOURCE_LOC

      public static final int SOURCE_LOC
      See Also:
    • SOURCE_THEOR

      public static final int SOURCE_THEOR
      See Also:
    • SOURCE_SELLER

      public static final int SOURCE_SELLER
      See Also:
    • isin

      public String isin
      ISIN des Wertpapiers (optional)
    • wkn

      public String wkn
      WKN des Wertpapiers (optional)
    • name

      public String name
      Wertpapierbezeichnung
    • pricetype

      public int pricetype
      Gibt den Typ des Preises price an (optional).
    • pricequalifier

      public int pricequalifier
      Hinweise zum Preis price (optional).
    • price

      public BigDecimalValue price
      Preis pro Einheit (optional). Die Währung ist bei pricetype=PRICE_TYPE_PRCT auf "%" gesetzt.
    • source

      public int source
      Herkunft von Preis/Kurs (optional).
    • source_comment

      public String source_comment
      Bemerkungen zur Herkunft von Preis/Kurs source (optional). Bei source=SOURCE_LOC kann der Name der Börse als MIC angegeben werden
    • timestamp_price

      public Date timestamp_price
      Zeitpunkt, wann price notiert wurde (optional).
    • saldo_type

      public int saldo_type
      Typ des Gesamtsaldos.
    • saldo

      public BigDecimalValue saldo
      Gesamtsaldo dieser Gattung. Das Währungsfeld ist in jedem Fall ein leerer String! (TODO).
    • days

      public int days
      Anzahl der aufgelaufenen Tage (optional)
    • depotwert

      public BigDecimalValue depotwert
      Kurswert zum Gesamtsaldo saldo (optional)
    • stueckzinsbetrag

      public BigDecimalValue stueckzinsbetrag
      Betrag der Stückzinsen (optional)
    • xchg_cur1

      public String xchg_cur1
    • xchg_cur2

      public String xchg_cur2
    • xchg_kurs

      public double xchg_kurs
    • curr

      public String curr
      Depotwährung (optional)
    • wptype

      public String wptype
      Wertpapierart gemäß WM GD 195 (optional)
    • branche

      public String branche
      Branchenschlüssel gemäß WM GD 200 (optional)
    • countryEmittent

      public String countryEmittent
      Land des Emittenten (Country-Code wie in Kontodaten) (optional)
    • kauf

      public Date kauf
      Kaufdatum (optional)
    • faellig

      public Date faellig
      Fälligkeitsdatum (optional)
    • einstandspreis

      public BigDecimalValue einstandspreis
      Einstandspreis/-kurs (optional). Die Währung ist "%", wenn es sich um eine Prozentabgabe handelt
    • zinssatz

      public long zinssatz
      Zinssatz als Prozentangabe bei verzinslichen Papieren (optional)
    • kontrakttype

      public int kontrakttype
    • kontraktverfall

      public Date kontraktverfall
    • kontraktversion

      public int kontraktversion
    • kontraktsize

      public int kontraktsize
    • symbol

      public String symbol
    • underlyingwkn

      public String underlyingwkn
    • underlyingisin

      public String underlyingisin
    • kontraktbasispreis

      public BigDecimalValue kontraktbasispreis
  • Constructor Details

    • Gattung

      public Gattung()
  • Method Details