addedInput schema / properties / borrower_name / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / borrower_name / default
Added value: +null
changedInput schema / properties / borrower_name / description
Previous value: -"Legacy borrower label; ignored. This refusal tool does not look up a borrower or calculate a repayment."New value: +"Legacy borrower label; ignored. Omit it. This refusal tool does not look up a borrower or calculate a repayment."
removedInput schema / properties / borrower_name / type
Removed value: -"string"
addedInput schema / properties / is_secured_25_year / anyOf
Added value: +[
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / is_secured_25_year / default
Previous value: -falseNew value: +null
changedInput schema / properties / is_secured_25_year / description
Previous value: -"Legacy secured-loan flag; defaults to false and is ignored. Does not establish eligibility or enable a calculation."New value: +"Legacy secured-loan flag; ignored. Omit it. Does not establish eligibility or enable a calculation."
removedInput schema / properties / is_secured_25_year / type
Removed value: -"boolean"
addedInput schema / properties / lender_entity_name / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / lender_entity_name / default
Added value: +null
changedInput schema / properties / lender_entity_name / description
Previous value: -"Legacy lender label; ignored. No entity record is looked up or written."New value: +"Legacy lender label; ignored. Omit it. No entity record is looked up or written."
removedInput schema / properties / lender_entity_name / type
Removed value: -"string"
addedInput schema / properties / loan_principal / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / loan_principal / default
Added value: +null
changedInput schema / properties / loan_principal / description
Previous value: -"Legacy principal, validated then discarded; this tool always refuses unsupported scope. AUD decimal string, e.g. \"1000.00\"; finite, at most 2 decimal places, absolute value at most 1000000000000.00."New value: +"Legacy principal; ignored beyond validation, and this tool always refuses unsupported scope. Omit it rather than inventing a figure. When supplied: AUD decimal string, e.g. \"1000.00\"; finite, at most 2 decimal places, absolute value at most 1000000000000.00."
removedInput schema / properties / loan_principal / type
Removed value: -"string"
addedInput schema / properties / start_fy / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / start_fy / default
Previous value: -2025New value: +null
changedInput schema / properties / start_fy / description
Previous value: -"Legacy financial-year value; defaults to 2025 and is ignored. Use review_div7a_loan with explicit income years for supported reviews."New value: +"Legacy financial-year value; ignored. Omit it. Use review_div7a_loan with explicit income years for supported reviews."
removedInput schema / properties / start_fy / type
Removed value: -"integer"
removedInput schema / required
Removed value: -[
- "borrower_name",
- "lender_entity_name",
- "loan_principal"
-]