Functions on CostSchemePosition
CostSchemePosition.CostCategory→String
Result: The CostCategory
function provides the name of the cost category, e.g. "Initial costs" or "Ongoing costs".
Cost service" module
CostSchemePosition.CostElement→String
Result: The CostElement
function provides the name of the cost element, e.g. "Brokerage fee" or "Bank charges".
Cost service" module
CostSchemePosition.CostElementCurrency→Currency
Result: The CostElementCurrency
function returns the currency of the cost element.
Cost service" module
CostSchemePosition.CostElementValue
[CostSchemePosition;CostCategory;CostType;CostElement]→number
CostSchemePosition (CostSchemePosition).
CostCategory (String): The cost category of the cost item, e.g. "Entry costs".
CostType (String): The cost type of the cost item, e.g. "Internal costs" or "External costs".
CostElement (String): The individual cost item, e.g. "brokerage fee" or "bank charges".
Result: The CostElementValue
function returns the value of the individual cost element.
Cost service" module
CostSchemePosition.CostType→String
Result: The CostType
function provides the name of the cost type, e.g. "Internal costs" or "External costs".
Cost service" module
CostSchemePosition.IsCashflowRelevant→Boolean
Result: The IsCashflowRelevant
function checks whether the item is cash flow effective.
Cost service" module
CostSchemePosition.IsKickback→Boolean
Result: The IsKickback
function checks whether the item is classified as "kickback" in the cost structure.
Cost service" module
CostSchemePosition.IsPerformanceRelevant→Boolean
Result: The IsPerformanceRelevant
function checks whether the item is performance-relevant.
Cost service" module