rl_fn_obj#

rateslib_pyxll.replicators.rl_fn_obj(name, keywords, values)#

Perform any rateslib function provided with a dict of keyword args, returned as a cached Python object.

Parameters:
  • name (str) – The name of the function in the rateslib namespace to perform.

  • keywords (list[str]) – List of keyword names that will pass values to the function.

  • values (list) – List of values passed as the associated parameters.

Return type:

object