@Value.Immutable public interface FfbFondsbestand extends Comparable<FfbFondsbestand>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(FfbFondsbestand other)
Compares by ISIN and WKN, then the currency and the amount of units, then the worth of the funds, the price date and the
benchmark name.
|
String |
getBenchmarkName() |
BigDecimal |
getBestandStueckzahl() |
BigDecimal |
getBestandWertInEuro() |
BigDecimal |
getBestandWertInFondswaehrung() |
String |
getFondsname() |
String |
getFondswaehrung() |
String |
getIsin()
International funds number.
|
java.time.LocalDate |
getPreisDatum() |
BigDecimal |
getRuecknahmePreis() |
String |
getWkn()
German funds identification number.
|
String getWkn()
String getIsin()
String getFondsname()
String getFondswaehrung()
BigDecimal getBestandStueckzahl()
BigDecimal getBestandWertInFondswaehrung()
BigDecimal getBestandWertInEuro()
BigDecimal getRuecknahmePreis()
java.time.LocalDate getPreisDatum()
String getBenchmarkName()
default int compareTo(FfbFondsbestand other)
Other possible comperators: By unit amount (getBestandStueckzahl()) and Worth (getRuecknahmePreis()
).
compareTo in interface Comparable<FfbFondsbestand>Copyright © 2018. All rights reserved.