Solved
C#Elimination
How does one write a calculation where the result needs to land at an intersection that includes C#Elimination. Ideally, I'd want to have a function such as:
Public Sub Book(ByVal si As SessionInfo, ByVal api As FinanceRulesApi, ByVal sourceCell As dataBufferCell, ByVal target As String, ByVal factor As Decimal)
And then call it as
Book(si,api,sourceCell,"U4#SOMECALC:C#Elimination",-0.3563523553)
