Packages

final case class StreamIvSviParametersResponseV1(dataStartTime: Option[<error>] = _root_.scala.None, dataEndTime: Option[<error>] = _root_.scala.None, expiry: Option[<error>] = _root_.scala.None, exchanges: Seq[String] = _root_.scala.Seq.empty, base: String = "", quote: String = "", timeToExpiry: String = "", atmImpliedVariance: String = "", atmSkew: String = "", leftSlope: String = "", rightSlope: String = "", minImpliedVariance: String = "", currentSpot: String = "", interestRate: String = "", tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

StreamIvSviParametersResponseV1 is IV SVI paramater stream response.

dataStartTime

Start time of the calculation window used.

dataEndTime

End time of the calculation window used.

expiry

Expiry date of the instrument.

exchanges

Exchanges included.

base

Base asset.

quote

Quote asset.

timeToExpiry

Time to expiry.

atmImpliedVariance

ATM implied variance.

atmSkew

ATM skew.

leftSlope

Left slope of IV smile.

rightSlope

Right slope of IV smile.

minImpliedVariance

Min implied variance.

currentSpot

Current spot.

interestRate

Interest rate.

tsEvent

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

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamIvSviParametersResponseV1
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StreamIvSviParametersResponseV1(dataStartTime: Option[<error>] = _root_.scala.None, dataEndTime: Option[<error>] = _root_.scala.None, expiry: Option[<error>] = _root_.scala.None, exchanges: Seq[String] = _root_.scala.Seq.empty, base: String = "", quote: String = "", timeToExpiry: String = "", atmImpliedVariance: String = "", atmSkew: String = "", leftSlope: String = "", rightSlope: String = "", minImpliedVariance: String = "", currentSpot: String = "", interestRate: String = "", tsEvent: Option[<error>] = _root_.scala.None, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty)

    dataStartTime

    Start time of the calculation window used.

    dataEndTime

    End time of the calculation window used.

    expiry

    Expiry date of the instrument.

    exchanges

    Exchanges included.

    base

    Base asset.

    quote

    Quote asset.

    timeToExpiry

    Time to expiry.

    atmImpliedVariance

    ATM implied variance.

    atmSkew

    ATM skew.

    leftSlope

    Left slope of IV smile.

    rightSlope

    Right slope of IV smile.

    minImpliedVariance

    Min implied variance.

    currentSpot

    Current spot.

    interestRate

    Interest rate.

    tsEvent

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllExchanges(__vs: Iterable[String]): StreamIvSviParametersResponseV1
  5. def addExchanges(__vs: String*): StreamIvSviParametersResponseV1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val atmImpliedVariance: String
  8. val atmSkew: String
  9. val base: String
  10. def clearDataEndTime: StreamIvSviParametersResponseV1
  11. def clearDataStartTime: StreamIvSviParametersResponseV1
  12. def clearExchanges: <error>
  13. def clearExpiry: StreamIvSviParametersResponseV1
  14. def clearTsEvent: StreamIvSviParametersResponseV1
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. def companion: StreamIvSviParametersResponseV1.type
  17. val currentSpot: String
  18. val dataEndTime: Option[<error>]
  19. val dataStartTime: Option[<error>]
  20. def discardUnknownFields: <error>
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val exchanges: Seq[String]
  23. val expiry: Option[<error>]
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getDataEndTime: <error>
  27. def getDataStartTime: <error>
  28. def getExpiry: <error>
  29. def getField(__field: <error>): <error>
  30. def getFieldByNumber(__fieldNumber: Int): Any
  31. def getTsEvent: <error>
  32. val interestRate: String
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val leftSlope: String
  35. val minImpliedVariance: String
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. val quote: String
  41. val rightSlope: String
  42. def serializedSize: Int
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. val timeToExpiry: String
  45. def toProtoString: String
  46. val tsEvent: Option[<error>]
  47. val unknownFields: <error>
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. def withAtmImpliedVariance(__v: String): StreamIvSviParametersResponseV1
  52. def withAtmSkew(__v: String): StreamIvSviParametersResponseV1
  53. def withBase(__v: String): StreamIvSviParametersResponseV1
  54. def withCurrentSpot(__v: String): StreamIvSviParametersResponseV1
  55. def withDataEndTime(__v: <error>): StreamIvSviParametersResponseV1
  56. def withDataStartTime(__v: <error>): StreamIvSviParametersResponseV1
  57. def withExchanges(__v: Seq[String]): StreamIvSviParametersResponseV1
  58. def withExpiry(__v: <error>): StreamIvSviParametersResponseV1
  59. def withInterestRate(__v: String): StreamIvSviParametersResponseV1
  60. def withLeftSlope(__v: String): StreamIvSviParametersResponseV1
  61. def withMinImpliedVariance(__v: String): StreamIvSviParametersResponseV1
  62. def withQuote(__v: String): StreamIvSviParametersResponseV1
  63. def withRightSlope(__v: String): StreamIvSviParametersResponseV1
  64. def withTimeToExpiry(__v: String): StreamIvSviParametersResponseV1
  65. def withTsEvent(__v: <error>): StreamIvSviParametersResponseV1
  66. def withUnknownFields(__v: <error>): <error>
  67. def writeTo(_output__: <error>): Unit

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped