rl_cls#

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

Initialise any rateslib Class provided with a dict of keyword args.

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

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

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

Return type:

object