diff --git a/src/FFT.Oanda/Accounts/AccountFinancingMode.cs b/src/FFT.Oanda/Accounts/AccountFinancingMode.cs index 5f9e78a..54ac8af 100644 --- a/src/FFT.Oanda/Accounts/AccountFinancingMode.cs +++ b/src/FFT.Oanda/Accounts/AccountFinancingMode.cs @@ -25,4 +25,11 @@ public enum AccountFinancingMode /// Account daily at 5pm New York time. /// DAILY, + + // Observed in the wild but not reflected by the OANDA docs + // Not sure if these are replacements values or additions but + // whatever the case, the change was needed to prevent + // transaction serilization errors + DAILY_COMPONENT, + SECOND_BY_SECOND_COMPONENT }