Interface ICompiledPathCalculator
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public interface ICompiledPathCalculator
Methods
Calculate(IAllocationPath, IEnumerable<IAllocationRule>, IEnumerable<IAllocationPathRule>, IEnumerable<IAllocationAmount>, IEnumerable<ITransfer>)
Declaration
IEnumerable<ICompiledPath> Calculate(IAllocationPath allocationPath, IEnumerable<IAllocationRule> allocationRules, IEnumerable<IAllocationPathRule> allocationPathRules, IEnumerable<IAllocationAmount> allocationAmounts, IEnumerable<ITransfer> transfers)
Parameters
Returns
Extension Methods