public void Initialize() { CodeOfCapitalBuildUp = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfCapitalBuildUp); CodeOfCashOnHand = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfCashOnHand); CodeOfCompany = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfCompany); CodeOfInterestExpenseOnSavingsDeposit = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfInterestExpenseOnSavingsDeposit); CodeOfInterestIncomeFromLoans = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfInterestIncomeFromLoans); CodeOfLoanReceivables = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfLoanReceivables); CodeOfMiscellaneousIncome = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfMiscellaneousIncome); CodeOfSalaryAdvance = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfSalaryAdvance); CodeOfSavingsDeposit = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfSavingsDeposit); CodeOfTimeDeposit = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfTimeDeposit); CodeOfUnearnedIncome = GlobalVariable.FindByKeyword(GlobalKeys.CodeOfUnearnedIncome); RateOfTimeDepositServiceFee = GlobalVariable.FindByKeyword(GlobalKeys.RateOfTimeDepositServiceFee); }