package entity type OpenInterest struct { Source string `json:"source"` Symbol string `json:"symbol"` Period string `json:"period"` Timestamp int64 `json:"timestamp"` OpenInterest string `json:"openInterest"` OpenInterestValue string `json:"openInterestValue,omitempty"` }