Package com.longbridge.fundamental
Class ValuationHistoryMetric
- java.lang.Object
-
- com.longbridge.fundamental.ValuationHistoryMetric
-
public class ValuationHistoryMetric extends Object
Historical data for one valuation metric including statistical bounds.
-
-
Field Summary
Fields Modifier and Type Field Description StringdescHuman-readable description.BigDecimalhighHistorical high over the period.ValuationPoint[]listHistorical data points.BigDecimallowHistorical low over the period.BigDecimalmedianHistorical median over the period.
-
Constructor Summary
Constructors Constructor Description ValuationHistoryMetric()
-
-
-
Field Detail
-
desc
public String desc
Human-readable description.
-
high
public BigDecimal high
Historical high over the period.
-
low
public BigDecimal low
Historical low over the period.
-
median
public BigDecimal median
Historical median over the period.
-
list
public ValuationPoint[] list
Historical data points.
-
-