{
  "Comments": "This is the Elected Segregation Scenario",
  "Username": "admin@smith.com",
  "SourceRef": "xyz.fund456.cert-2018",
  "SoftwareProvider": "XYZAdminSoftware",
  "Client": {
    "FirstName": "John",
    "LastName": "Smith",
    "CompanyName": "XYZ Accounting Pty Ltd",
    "ABN": "97676767373",
    "PostalAddress1": "Level 5",
    "PostalAddress2": "1 George St",
    "Town": "Hobart",
    "State": "TAS",
    "PostCode": "7000",
    "PhoneAreaCode": "03",
    "PhoneNumber": "62878797",
    "EmailPrimary": "john@smith.com",
    "EmailSecondary": null,
    "SourceRef": null
  },
  "Fund": {
    "Name": "Elected Segregation Test Fund",
    "ABN": "54807715425",
    "FinancialYear": "2017/2018",
    "CommencementDate": null,
    "WindUpDate": null,
    "HasElectedSegregatedAssets": true,
    "IsEligibleToUseSegregation": true,
    "HasNonArmsLengthIncome": false,
    "HasDefinedBenefitPension": false,
    "TotalAssetsAt1July": 1300000.00,
    "ClosingFundBalance": 1270250.00,
    "TrusteeType": "Individual",
    "CorporateTrustee": null,
    "SourceRef": "xyz.fund456",
    "FullySegregatedPeriods": [ ],
    "Persons": [
      {
        "FirstName": "John",
        "MiddleNames": "",
        "LastName": "Lennon",
        "DateOfBirth": "1942-10-09T00:00:00",
        "JoinDate": null,
        "ExitDate": null,
        "ExitReason": null,
        "IsTrusteeOrDirector": true,
        "IsMember": true,
        "Accounts": [
          {
            "AccountRef": "Lennon1",
            "AccountType": "Accumulation",
            "OpeningBalanceAt1July": 500000.00,
            "ClosingBalanceAt30June": 520250.00,
            "SourceRef": "xyz123"
          }
        ],
        "SourceRef": "JLennon001"
      },
      {
        "FirstName": "Paul",
        "MiddleNames": "",
        "LastName": "McCartney",
        "DateOfBirth": "1942-06-18T00:00:00",
        "JoinDate": null,
        "ExitDate": null,
        "ExitReason": null,
        "IsTrusteeOrDirector": true,
        "IsMember": true,
        "Accounts": [
          {
            "AccountRef": "McCartney1",
            "AccountType": "RetirementPhaseSegregated",
            "OpeningBalanceAt1July": 0.00,
            "ClosingBalanceAt30June": 560000.00,
            "SourceRef": "zzz001"
          },
          {
            "AccountRef": "McCartney2",
            "AccountType": "RetirementPhaseUnsegregated",
            "OpeningBalanceAt1July": 800000.00,
            "ClosingBalanceAt30June": 190000.00,
            "SourceRef": "zzz002"
          }
        ],
        "SourceRef": "PMcCartney001"
      }
    ],
    "ReserveAccount": null,
    "InternalTransactions": [
      {
        "Date": "2018-04-04T00:00:00",
        "TransactionType": "AssetSegregation",
        "Amount": 600000.00,
        "AmountLeftOver": 200000.00,
        "AmountLeftOverAtEndOfDay": 200000.00,
        "FromAccountRef": "McCartney2",
        "ToAccountRef": "McCartney1",
        "SourceRef": "134254"
      }
    ],
    "ExternalTransactions": [
      {
        "Date": "2018-06-06T00:00:00",
        "TransactionType": "GrossPensionPaymentInclPAYG",
        "Amount": 40000.00,
        "IsAccountEmpty": false,
        "AccountRef": "McCartney1",
        "SourceRef": "906845"
      },
      {
        "Date": "2018-06-06T00:00:00",
        "TransactionType": "GrossPensionPaymentInclPAYG",
        "Amount": 10000.00,
        "IsAccountEmpty": false,
        "AccountRef": "McCartney2",
        "SourceRef": "909067"
      }
    ]
  }
}