...f REPS Valuation.
Hi @Yihan.Luo ,
Using Data Item browser with RIC 91282CLF6=, the DV01 field can be found as below
here's the code and its result
import refinitiv.data as rdrd.open_session()df = rd.get_data( universe = ['91282CLF6='], fields = ['TR.DV01Analytics'] )display(df)