Debug Network Information

8/30/2019 3:37:56 PM

List of Mappings for Network: 211-Net Income (Loss) Breakdown (NetIncomeLossBreakdown)

List of Impute Rules for Network: 211-Net Income (Loss) Breakdown

Line Rule Code Rule (Controlled natural language syntax) Rule (XPath syntax)
1 IS-Impute-24
If NetIncomeLossAttributableToNoncontrollingInterest = 0 and NetIncomeLoss <> 0 and NetIncomeLossAttributableToParent <> 0 Then
    NetIncomeLossAttributableToNoncontrollingInterest = NetIncomeLoss - NetIncomeLossAttributableToParent
End If
if ($NetIncomeLossAttributableToNoncontrollingInterest = 0 and not($NetIncomeLoss = 0) and not($NetIncomeLossAttributableToParent = 0)) then ($NetIncomeLossAttributableToNoncontrollingInterest = $NetIncomeLoss - $NetIncomeLossAttributableToParent) else ($NetIncomeLossAttributableToNoncontrollingInterest = $NetIncomeLossAttributableToNoncontrollingInterest)

List of Consistency Rules for Network: 211-Net Income (Loss) Breakdown

Line Rule Code Rule (XPath syntax) Description
1 IS07 $NetIncomeLoss = ($NetIncomeLossAttributableToParent + $NetIncomeLossAttributableToNoncontrollingInterest) IS7