rl_series# rateslib_pyxll.types.rl_series(name, index, data)# Create a wrapped Python pandas.Series object. Parameters: name (str) – The name of the Series. index (list) – The values used as the Index for the Series. data (list) – The values used for the Series. Return type: PySeries