public static final class GVRWPDepotList.Entry.Gattung
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GVRWPDepotList.Entry.Gattung.SubSaldo
Untersaldoinformationen, das heißt Informationen über die Zusammensetzung
des Saldos einer Wertpapiergattung.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
branche
Branchenschlüssel gemäß WM GD 200 (optional)
|
java.lang.String |
countryEmittent
Land des Emittenten (Country-Code wie in Kontodaten) (optional)
|
java.lang.String |
curr
Depotwährung (optional)
|
int |
days
Anzahl der aufgelaufenen Tage (optional)
|
org.kapott.hbci.structures.BigDecimalValue |
depotwert
Kurswert zum Gesamtsaldo
saldo (optional) |
org.kapott.hbci.structures.BigDecimalValue |
einstandspreis
Einstandspreis/-kurs (optional).
|
java.util.Date |
faellig
Fälligkeitsdatum (optional)
|
java.lang.String |
isin
ISIN des Wertpapiers (optional)
|
java.util.Date |
kauf
Kaufdatum (optional)
|
org.kapott.hbci.structures.BigDecimalValue |
kontraktbasispreis |
int |
kontraktsize |
int |
kontrakttype |
java.util.Date |
kontraktverfall |
int |
kontraktversion |
java.lang.String |
name
Wertpapierbezeichnung
|
org.kapott.hbci.structures.BigDecimalValue |
price
Preis pro Einheit (optional).
|
static int |
PRICE_QUALIF_HINT |
static int |
PRICE_QUALIF_MRKT |
static int |
PRICE_TYPE_PRCT |
static int |
PRICE_TYPE_VALUE |
int |
pricequalifier
Hinweise zum Preis
price (optional). |
int |
pricetype
Gibt den Typ des Preises
price an (optional). |
org.kapott.hbci.structures.BigDecimalValue |
saldo
Gesamtsaldo dieser Gattung.
|
int |
saldo_type
Typ des Gesamtsaldos.
|
int |
source
Herkunft von Preis/Kurs (optional).
|
java.lang.String |
source_comment
Bemerkungen zur Herkunft von Preis/Kurs
source (optional). |
static int |
SOURCE_LOC |
static int |
SOURCE_SELLER |
static int |
SOURCE_THEOR |
org.kapott.hbci.structures.BigDecimalValue |
stueckzinsbetrag
Betrag der Stückzinsen (optional)
|
java.lang.String |
symbol |
java.util.Date |
timestamp_price
Zeitpunkt, wann
price notiert wurde (optional). |
java.lang.String |
underlyingisin |
java.lang.String |
underlyingwkn |
java.lang.String |
wkn
WKN des Wertpapiers (optional)
|
java.lang.String |
wptype
Wertpapierart gemäß WM GD 195 (optional)
|
java.lang.String |
xchg_cur1 |
java.lang.String |
xchg_cur2 |
double |
xchg_kurs |
long |
zinssatz
Zinssatz als Prozentangabe bei verzinslichen Papieren (optional)
|
Constructor and Description |
---|
GVRWPDepotList.Entry.Gattung() |
Modifier and Type | Method and Description |
---|---|
void |
addSubSaldo(GVRWPDepotList.Entry.Gattung.SubSaldo subsaldo) |
GVRWPDepotList.Entry.Gattung.SubSaldo[] |
getEntries()
Gibt alle Unter-Saldoinformationen in einem Array zurück.
|
java.lang.String |
toString() |
public static final int PRICE_TYPE_PRCT
public static final int PRICE_TYPE_VALUE
public static final int PRICE_QUALIF_MRKT
public static final int PRICE_QUALIF_HINT
public static final int SOURCE_LOC
public static final int SOURCE_THEOR
public static final int SOURCE_SELLER
public java.lang.String isin
public java.lang.String wkn
public java.lang.String name
public int pricetype
price
an (optional).
PRICE_TYPE_PRCT
- Preis ist ein ProzentsatzPRICE_TYPE_VALUE
- Preis ist ein Geldbetragpublic int pricequalifier
price
(optional).
PRICE_QUALIF_MRKT
- Marktpreis (z.B. aktueller Börsenkurs)PRICE_QUALIF_HINT
- Hinweispreis (rechnerischer bzw. ermittelter Preis)public org.kapott.hbci.structures.BigDecimalValue price
pricetype
=PRICE_TYPE_PRCT
auf "%" gesetzt.public int source
SOURCE_LOC
- lokale BörseSOURCE_THEOR
- theoretischer WertSOURCE_SELLER
- Verkäufer als Quellepublic java.lang.String source_comment
source
(optional).
Bei source
=SOURCE_LOC
kann der Name der Börse
als MIC angegeben werdenpublic java.util.Date timestamp_price
price
notiert wurde (optional).public int saldo_type
GVRWPDepotList.Entry.SALDO_TYPE_STCK
- Saldo ist eine StückzahlGVRWPDepotList.Entry.SALDO_TYPE_WERT
- Saldo ist ein Betragpublic org.kapott.hbci.structures.BigDecimalValue saldo
public int days
public org.kapott.hbci.structures.BigDecimalValue depotwert
saldo
(optional)public org.kapott.hbci.structures.BigDecimalValue stueckzinsbetrag
public java.lang.String xchg_cur1
public java.lang.String xchg_cur2
public double xchg_kurs
public java.lang.String curr
public java.lang.String wptype
public java.lang.String branche
public java.lang.String countryEmittent
public java.util.Date kauf
public java.util.Date faellig
public org.kapott.hbci.structures.BigDecimalValue einstandspreis
public long zinssatz
public int kontrakttype
public java.util.Date kontraktverfall
public int kontraktversion
public int kontraktsize
public java.lang.String symbol
public java.lang.String underlyingwkn
public java.lang.String underlyingisin
public org.kapott.hbci.structures.BigDecimalValue kontraktbasispreis
public void addSubSaldo(GVRWPDepotList.Entry.Gattung.SubSaldo subsaldo)
public GVRWPDepotList.Entry.Gattung.SubSaldo[] getEntries()
null
, das Array kann aber
die Länge 0
haben.public java.lang.String toString()
toString
in class java.lang.Object