rl_fn#

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

Perform any rateslib function provided with a dict of keyword args.

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:

Any