internal static void CostBasisAndDayPnl(Guid key, DateTime valueDate) { // This runs thru everything, we need more or a scalpable PostingEngine.RunCalculation("CostBasisAndDayPnl", valueDate, key, LogProcess); }
internal static void SettledCashBalances(Guid key, DateTime valueDate) { // This runs thru everything, we need more or a scalpable PostingEngine.RunCalculation("SettledCashBalances", valueDate, key, LogProcess); }
internal static void ExpencesAndRevenues(Guid key, DateTime valueDate) { // This runs thru everything, we need more or a scalpable PostingEngine.RunCalculation("ExpencesAndRevenues", valueDate, key, LogProcess); }
internal static void EndOfYear(Guid key, DateTime valueDate) { // This runs thru everything, we need more or a scalpable PostingEngine.RunCalculation("EndOfYear", valueDate, key, LogProcess); }
internal static void PullFromLegacySystem(Guid key, DateTime valueDate) { // This runs thru everything, we need more or a scalpable PostingEngine.RunCalculation("PullFromBookmon", valueDate, key, LogProcess); }