Packages

p

com.kaiko.sdk.stream

index_multi_assets_v1

package index_multi_assets_v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class StreamIndexMultiAssetsServiceRequestV1(indexCode: String = "", commodities: Seq[StreamIndexCommodity] = _root_.scala.Seq.empty, interval: Option[DataInterval] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamIndexServiceRequestV1

    StreamIndexServiceRequestV1

    indexCode

    Index code.

    commodities

    Enum indicating type of feed.

    interval

    Data interval. For historical data only.

    Annotations
    @SerialVersionUID()
  2. final case class StreamIndexMultiAssetsServiceResponseComposition(underlyingInstrument: String = "", base: String = "", quote: String = "", exchanges: Seq[String] = _root_.scala.Seq.empty, instrumentInterval: Option[DataInterval] = _root_.scala.None, currencyConversion: String = "", tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamIndexMultiAssetsServiceResponseComposition is the composition used to compute the index.

    StreamIndexMultiAssetsServiceResponseComposition is the composition used to compute the index.

    underlyingInstrument

    Underlying rate of the indices.

    base

    Base.

    quote

    Quote.

    exchanges

    Exchanges.

    instrumentInterval

    Data interval.

    currencyConversion

    Currency conversion.

    tsEvent

    Timestamp (tick) of underlying rate ts.

    Annotations
    @SerialVersionUID()
  3. final case class StreamIndexMultiAssetsServiceResponsePair(underlyingInstrument: String = "", underlyingPrice: Option[Double] = _root_.scala.None, weightingFactor: Double = 0.0, cappingFactor: Double = 0.0, currencyConversionFactor: Double = 0.0, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used

    StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used

    underlyingInstrument

    Underlying instrument of the indices.

    underlyingPrice

    Underlying price of the instrument.

    weightingFactor

    Weighting factor of the instrument.

    cappingFactor

    Capping factor of the instrument.

    currencyConversionFactor

    Currency conversion factor of the instrument.

    Annotations
    @SerialVersionUID()
  4. final case class StreamIndexMultiAssetsServiceResponsePrices(indexValue: Double = 0.0, divisor: Double = 0.0, pairs: Seq[StreamIndexMultiAssetsServiceResponsePair] = _root_.scala.Seq.empty, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamIndexMultiAssetsServiceResponsePrices is the prices informations on the pair used

    StreamIndexMultiAssetsServiceResponsePrices is the prices informations on the pair used

    indexValue

    Index value.

    divisor

    Divisor.

    pairs

    StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.

    Annotations
    @SerialVersionUID()
  5. final case class StreamIndexMultiAssetsServiceResponseV1(commodity: StreamIndexCommodity = com.kaiko.sdk.stream.index_v1.StreamIndexCommodity.SIC_UNKNOWN, indexCode: String = "", interval: Option[DataInterval] = _root_.scala.None, mainQuote: String = "", compositions: Seq[StreamIndexMultiAssetsServiceResponseComposition] = _root_.scala.Seq.empty, price: Option[StreamIndexMultiAssetsServiceResponsePrices] = _root_.scala.None, tsEvent: Option[<error>] = _root_.scala.None, tsCompute: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamIndexServiceResponseV1

    StreamIndexServiceResponseV1

    commodity

    Event type.

    indexCode

    Index code.

    interval

    Data interval.

    mainQuote

    Quote.

    compositions

    List of rates used in indices.

    price

    Price of the indice.

    tsEvent

    Event generation timestamp (event created by Kaiko), after normalization.

    tsCompute

    Timestamp of computation (differs from ts_event only if a buffer is applied, especially for real time data).

    Annotations
    @SerialVersionUID()

Ungrouped