'IMPUTE and CONSISTENCY CHECKS in Natural Language Syntax 'Reporting Style: MINI-BSU-ISS-CF1 'Generated: 4/23/2021 4:48:51 PM 'GeneralInformation 'BSU 'BS-Impute-05 If LiabilitiesAndEquity = 0 and Assets <> 0 Then LiabilitiesAndEquity = Assets End If 'BS-Impute-11 If Liabilities = 0 and (Equity <> 0) Then Liabilities = LiabilitiesAndEquity - Equity End If 'ISS 'CashFlowStatement 'VR 'CONSISTENCY CHECKS: BS2 = Assets - LiabilitiesAndEquity BS5 = LiabilitiesAndEquity - (Liabilities + Equity)