Метод OperationsContext.getOperations
параметр figi может быть null, так как есть возможность получать все операции
Класс Instrument
....
// @JsonProperty(value = "type", required = true)
@JsonProperty(value = "type") // MY CHANGE!!! This property is not obligatory for some reason!!!
@NotNull
final InstrumentType type
....
Например, если я получаю InstrumentList по методу marketContext.getMarketStocks() то приходит в респонсе intrumentList.instrument[i].type = null