Enum StepChangeRebalanceType
Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
public enum StepChangeRebalanceType : short
Fields
Name | Description |
---|---|
AllTransactions | Indicates all equalized postings with this glaccount will have an equalized transaction mapped to the new gl account |
AllocatedOnlyTransactions | Indicates only equalized postings that had existing allocations with this glaccount will have an equalized transaction mapped to the new gl account |
DynamicallyAllocatedTransactions | Indicates only equalized postings with no existing allocations (done dynamically via mappings) will have an equalized transaction mapped to the new gl account |