removedInput schema / additionalProperties
Removed value: -false
changedInput schema / properties / as_of / description
Previous value: -"Analysis date YYYY-MM-DD. Defaults to latest transaction date."New value: +"Analysis date YYYY-MM-DD. Defaults to latest transaction date. Example: 2025-12-31."
removedInput schema / properties / as_of / examples
Removed value: -[
- "2025-12-31"
-]
removedInput schema / properties / currency / examples
Removed value: -[
- "INR",
- "USD",
- "EUR"
-]
removedInput schema / properties / currency_symbol / examples
Removed value: -[
- "₹",
- "$"
-]
removedInput schema / properties / identity_overrides / additionalProperties
Removed value: -{
- "type": "string"
-}
addedInput schema / properties / identity_overrides / items
Added value: +{
+ "properties": {
+ "from_value": {
+ "type": "string"
+ },
+ "to_account": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "from_value",
+ "to_account"
+ ],
+ "type": "object"
+}
changedInput schema / properties / identity_overrides / type
Previous value: -"object"New value: +"array"
removedInput schema / properties / rep_contacts / items / additionalProperties
Removed value: -false
changedInput schema / properties / rep_contacts / items / properties / customer_id / description
Previous value: -"Must match a customer in transactions."New value: +"Must match a customer in transactions. Numeric codes must be sent as strings."
changedInput schema / properties / rep_contacts / items / properties / customer_id / type
Previous value: -[
- "string",
- "number"
-]New value: +"string"
removedInput schema / properties / transactions / items / additionalProperties
Removed value: -false
removedInput schema / properties / transactions / items / properties / amount / exclusiveMinimum
Removed value: -0
addedInput schema / properties / transactions / items / properties / amount / minimum
Added value: +0
changedInput schema / properties / transactions / items / properties / customer_id / description
Previous value: -"Customer identifier exactly as the source has it. Spelling, case, spacing and legal-suffix variants are merged server-side before scoring; do not normalise it yourself."New value: +"Customer identifier exactly as the source has it. Spelling, case, spacing and legal-suffix variants are merged server-side before scoring; do not normalise it yourself. Numeric codes must be sent as strings."
changedInput schema / properties / transactions / items / properties / customer_id / type
Previous value: -[
- "string",
- "number"
-]New value: +"string"
removedOutput schema / properties / book_exposure / anyOf
Removed value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / book_exposure / type
Added value: +"object"
changedOutput schema / properties / message / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedOutput schema / properties / migration_model / anyOf
Removed value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / migration_model / type
Added value: +"object"
removedOutput schema / properties / money_assumptions / anyOf
Removed value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / money_assumptions / type
Added value: +"object"
removedOutput schema / properties / rep_queue / anyOf
Removed value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / rep_queue / type
Added value: +"object"