Package com.longbridge.fundamental
Class ValuationPoint
- java.lang.Object
-
- com.longbridge.fundamental.ValuationPoint
-
public class ValuationPoint extends Object
One valuation data point in a historical time-series.
-
-
Field Summary
Fields Modifier and Type Field Description OffsetDateTimetimestampDate of the data point.BigDecimalvalueMetric value.
-
Constructor Summary
Constructors Constructor Description ValuationPoint()
-
-
-
Field Detail
-
timestamp
public OffsetDateTime timestamp
Date of the data point.
-
value
public BigDecimal value
Metric value.
-
-