kappa_sdk.DataEnumeratorPoint#

class kappa_sdk.DataEnumeratorPoint(date, values)[source]#

A time-based slice of results produced by the DataEnumerator.

Contains a time-index and a list of interpolated, extrapolated, or actual values from vector inputs.

Note

Should not be instantiated directly.

Attributes

DataEnumeratorPoint.date

Gets a time-index (date and time).

DataEnumeratorPoint.values

Gets a list of values of input vectors in the same order as those inputs were given to the enumerator.

Methods

Parameters:
  • date (datetime)

  • values (List[float])