SeriesType Enumeration

Simple taxonomy for series.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
public enum SeriesType

Members

Raw0Raw values, such as prices or volumes.
Rets1Simple returns.
Logs2Logarithmic returns.
MixedRets3Simple and logarithmic returns mixed.
Mixed4Cannot assert the type of the series.

See Also