public interface StreamIvSviParametersResponseV1OrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAtmImpliedVariance()
ATM implied variance.
|
com.google.protobuf.ByteString |
getAtmImpliedVarianceBytes()
ATM implied variance.
|
java.lang.String |
getAtmSkew()
ATM skew.
|
com.google.protobuf.ByteString |
getAtmSkewBytes()
ATM skew.
|
java.lang.String |
getBase()
Base asset.
|
com.google.protobuf.ByteString |
getBaseBytes()
Base asset.
|
java.lang.String |
getCurrentSpot()
Current spot.
|
com.google.protobuf.ByteString |
getCurrentSpotBytes()
Current spot.
|
com.google.protobuf.Timestamp |
getDataEndTime()
End time of the calculation window used.
|
com.google.protobuf.TimestampOrBuilder |
getDataEndTimeOrBuilder()
End time of the calculation window used.
|
com.google.protobuf.Timestamp |
getDataStartTime()
Start time of the calculation window used.
|
com.google.protobuf.TimestampOrBuilder |
getDataStartTimeOrBuilder()
Start time of the calculation window used.
|
java.lang.String |
getExchanges(int index)
Exchanges included.
|
com.google.protobuf.ByteString |
getExchangesBytes(int index)
Exchanges included.
|
int |
getExchangesCount()
Exchanges included.
|
java.util.List<java.lang.String> |
getExchangesList()
Exchanges included.
|
com.google.protobuf.Timestamp |
getExpiry()
Expiry date of the instrument.
|
com.google.protobuf.TimestampOrBuilder |
getExpiryOrBuilder()
Expiry date of the instrument.
|
java.lang.String |
getInterestRate()
Interest rate.
|
com.google.protobuf.ByteString |
getInterestRateBytes()
Interest rate.
|
java.lang.String |
getLeftSlope()
Left slope of IV smile.
|
com.google.protobuf.ByteString |
getLeftSlopeBytes()
Left slope of IV smile.
|
java.lang.String |
getMinImpliedVariance()
Min implied variance.
|
com.google.protobuf.ByteString |
getMinImpliedVarianceBytes()
Min implied variance.
|
java.lang.String |
getQuote()
Quote asset.
|
com.google.protobuf.ByteString |
getQuoteBytes()
Quote asset.
|
java.lang.String |
getRightSlope()
Right slope of IV smile.
|
com.google.protobuf.ByteString |
getRightSlopeBytes()
Right slope of IV smile.
|
java.lang.String |
getTimeToExpiry()
Time to expiry.
|
com.google.protobuf.ByteString |
getTimeToExpiryBytes()
Time to expiry.
|
com.google.protobuf.Timestamp |
getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
|
boolean |
hasDataEndTime()
End time of the calculation window used.
|
boolean |
hasDataStartTime()
Start time of the calculation window used.
|
boolean |
hasExpiry()
Expiry date of the instrument.
|
boolean |
hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
boolean hasDataStartTime()
Start time of the calculation window used.
.google.protobuf.Timestamp data_start_time = 1;
com.google.protobuf.Timestamp getDataStartTime()
Start time of the calculation window used.
.google.protobuf.Timestamp data_start_time = 1;
com.google.protobuf.TimestampOrBuilder getDataStartTimeOrBuilder()
Start time of the calculation window used.
.google.protobuf.Timestamp data_start_time = 1;
boolean hasDataEndTime()
End time of the calculation window used.
.google.protobuf.Timestamp data_end_time = 2;
com.google.protobuf.Timestamp getDataEndTime()
End time of the calculation window used.
.google.protobuf.Timestamp data_end_time = 2;
com.google.protobuf.TimestampOrBuilder getDataEndTimeOrBuilder()
End time of the calculation window used.
.google.protobuf.Timestamp data_end_time = 2;
boolean hasExpiry()
Expiry date of the instrument.
.google.protobuf.Timestamp expiry = 3;
com.google.protobuf.Timestamp getExpiry()
Expiry date of the instrument.
.google.protobuf.Timestamp expiry = 3;
com.google.protobuf.TimestampOrBuilder getExpiryOrBuilder()
Expiry date of the instrument.
.google.protobuf.Timestamp expiry = 3;
java.util.List<java.lang.String> getExchangesList()
Exchanges included.
repeated string exchanges = 4;
int getExchangesCount()
Exchanges included.
repeated string exchanges = 4;
java.lang.String getExchanges(int index)
Exchanges included.
repeated string exchanges = 4;
index
- The index of the element to return.com.google.protobuf.ByteString getExchangesBytes(int index)
Exchanges included.
repeated string exchanges = 4;
index
- The index of the value to return.java.lang.String getBase()
Base asset.
string base = 5;
com.google.protobuf.ByteString getBaseBytes()
Base asset.
string base = 5;
java.lang.String getQuote()
Quote asset.
string quote = 6;
com.google.protobuf.ByteString getQuoteBytes()
Quote asset.
string quote = 6;
java.lang.String getTimeToExpiry()
Time to expiry.
string time_to_expiry = 7;
com.google.protobuf.ByteString getTimeToExpiryBytes()
Time to expiry.
string time_to_expiry = 7;
java.lang.String getAtmImpliedVariance()
ATM implied variance.
string atm_implied_variance = 8;
com.google.protobuf.ByteString getAtmImpliedVarianceBytes()
ATM implied variance.
string atm_implied_variance = 8;
java.lang.String getAtmSkew()
ATM skew.
string atm_skew = 9;
com.google.protobuf.ByteString getAtmSkewBytes()
ATM skew.
string atm_skew = 9;
java.lang.String getLeftSlope()
Left slope of IV smile.
string left_slope = 10;
com.google.protobuf.ByteString getLeftSlopeBytes()
Left slope of IV smile.
string left_slope = 10;
java.lang.String getRightSlope()
Right slope of IV smile.
string right_slope = 11;
com.google.protobuf.ByteString getRightSlopeBytes()
Right slope of IV smile.
string right_slope = 11;
java.lang.String getMinImpliedVariance()
Min implied variance.
string min_implied_variance = 12;
com.google.protobuf.ByteString getMinImpliedVarianceBytes()
Min implied variance.
string min_implied_variance = 12;
java.lang.String getCurrentSpot()
Current spot.
string current_spot = 13;
com.google.protobuf.ByteString getCurrentSpotBytes()
Current spot.
string current_spot = 13;
java.lang.String getInterestRate()
Interest rate.
string interest_rate = 14;
com.google.protobuf.ByteString getInterestRateBytes()
Interest rate.
string interest_rate = 14;
boolean hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 15;
com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 15;
com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 15;