|
407 | 407 | output: |
408 | 408 | uc_assessable_capital: 0 |
409 | 409 | council_tax_reduction: 1_800 |
| 410 | + |
| 411 | +- name: Newham working-age claimant receives 70 percent maximum support |
| 412 | + period: 2026 |
| 413 | + absolute_error_margin: 0.01 |
| 414 | + input: |
| 415 | + people: |
| 416 | + claimant: |
| 417 | + age: 35 |
| 418 | + benunits: |
| 419 | + benunit: |
| 420 | + members: [claimant] |
| 421 | + would_claim_uc: false |
| 422 | + claims_all_entitled_benefits: true |
| 423 | + households: |
| 424 | + household: |
| 425 | + members: [claimant] |
| 426 | + country: ENGLAND |
| 427 | + local_authority: NEWHAM |
| 428 | + council_tax: 1_800 |
| 429 | + savings: 0 |
| 430 | + output: |
| 431 | + council_tax_reduction_scheme_supported: true |
| 432 | + simulated_council_tax_reduction_benunit: 1_260 |
| 433 | + council_tax_reduction: 1_260 |
| 434 | + council_tax_less_benefit: 540 |
| 435 | + |
| 436 | +- name: Newham working-age claimant above capital limit gets no local support |
| 437 | + period: 2026 |
| 438 | + absolute_error_margin: 0 |
| 439 | + input: |
| 440 | + people: |
| 441 | + claimant: |
| 442 | + age: 35 |
| 443 | + council_tax_benefit_reported: 500 |
| 444 | + benunits: |
| 445 | + benunit: |
| 446 | + members: [claimant] |
| 447 | + claims_all_entitled_benefits: true |
| 448 | + households: |
| 449 | + household: |
| 450 | + members: [claimant] |
| 451 | + country: ENGLAND |
| 452 | + local_authority: NEWHAM |
| 453 | + council_tax: 1_800 |
| 454 | + savings: 6_001 |
| 455 | + output: |
| 456 | + council_tax_reduction_scheme_supported: true |
| 457 | + simulated_council_tax_reduction_benunit: 0 |
| 458 | + council_tax_benefit: 0 |
| 459 | + council_tax_reduction: 0 |
| 460 | + |
| 461 | +- name: Newham applies a 25 percent excess-income taper |
| 462 | + period: 2026 |
| 463 | + absolute_error_margin: 0.01 |
| 464 | + input: |
| 465 | + people: |
| 466 | + claimant: |
| 467 | + age: 35 |
| 468 | + benunits: |
| 469 | + benunit: |
| 470 | + members: [claimant] |
| 471 | + would_claim_uc: false |
| 472 | + claims_all_entitled_benefits: true |
| 473 | + council_tax_reduction_applicable_amount: 10_000 |
| 474 | + council_tax_reduction_applicable_income: 11_000 |
| 475 | + council_tax_reduction_relevant_income_based_benefit: false |
| 476 | + households: |
| 477 | + household: |
| 478 | + members: [claimant] |
| 479 | + country: ENGLAND |
| 480 | + local_authority: NEWHAM |
| 481 | + council_tax: 1_800 |
| 482 | + savings: 0 |
| 483 | + output: |
| 484 | + council_tax_reduction: 1_010 |
| 485 | + council_tax_less_benefit: 790 |
| 486 | + |
| 487 | +- name: Newham applies its 2026 local non-dependant deduction schedule |
| 488 | + period: 2026 |
| 489 | + absolute_error_margin: 0.01 |
| 490 | + input: |
| 491 | + people: |
| 492 | + claimant: |
| 493 | + age: 35 |
| 494 | + non_dep: |
| 495 | + age: 25 |
| 496 | + employment_income: 5_200 |
| 497 | + private_pension_income: 11_232 |
| 498 | + weekly_hours: 16 |
| 499 | + benunits: |
| 500 | + claimant_benunit: |
| 501 | + members: [claimant] |
| 502 | + would_claim_uc: false |
| 503 | + claims_all_entitled_benefits: true |
| 504 | + non_dep_benunit: |
| 505 | + members: [non_dep] |
| 506 | + households: |
| 507 | + household: |
| 508 | + members: [claimant, non_dep] |
| 509 | + country: ENGLAND |
| 510 | + local_authority: NEWHAM |
| 511 | + council_tax: 1_800 |
| 512 | + savings: 0 |
| 513 | + output: |
| 514 | + council_tax_reduction_scheme_supported: true |
| 515 | + council_tax_reduction: 280.32 |
| 516 | + |
| 517 | +- name: Newham uses the not-in-remunerative-work non-dependant deduction below 16 weekly hours |
| 518 | + period: 2026 |
| 519 | + absolute_error_margin: 0.01 |
| 520 | + input: |
| 521 | + people: |
| 522 | + claimant: |
| 523 | + age: 35 |
| 524 | + non_dep: |
| 525 | + age: 25 |
| 526 | + employment_income: 31_460 |
| 527 | + weekly_hours: 15 |
| 528 | + benunits: |
| 529 | + claimant_benunit: |
| 530 | + members: [claimant] |
| 531 | + would_claim_uc: false |
| 532 | + claims_all_entitled_benefits: true |
| 533 | + non_dep_benunit: |
| 534 | + members: [non_dep] |
| 535 | + households: |
| 536 | + household: |
| 537 | + members: [claimant, non_dep] |
| 538 | + country: ENGLAND |
| 539 | + local_authority: NEWHAM |
| 540 | + council_tax: 1_800 |
| 541 | + savings: 0 |
| 542 | + output: |
| 543 | + council_tax_reduction: 867.92 |
| 544 | + |
| 545 | +- name: Newham UC claimant uses UC-reported capital against the local limit |
| 546 | + period: 2026 |
| 547 | + absolute_error_margin: 0.01 |
| 548 | + input: |
| 549 | + people: |
| 550 | + claimant: |
| 551 | + age: 35 |
| 552 | + benunits: |
| 553 | + claimant_benunit: |
| 554 | + members: [claimant] |
| 555 | + would_claim_uc: true |
| 556 | + claims_all_entitled_benefits: true |
| 557 | + uc_reported_capital: 0 |
| 558 | + households: |
| 559 | + household: |
| 560 | + members: [claimant] |
| 561 | + country: ENGLAND |
| 562 | + local_authority: NEWHAM |
| 563 | + council_tax: 1_800 |
| 564 | + savings: 20_000 |
| 565 | + output: |
| 566 | + uc_assessable_capital: 0 |
| 567 | + council_tax_reduction: 1_260 |
0 commit comments