Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionscombineOn this pagecombineCombines 2 curves into 1 - uses the date and expiry calendar from the base Syntax curve = combine(base, other, replace) Replace: true - matching tenors from the base are overwritten false - only new tenors in other are added to the base Example print combine(BASE, OTHER, true)