addedOutput schema / properties / city / description
Added value: +"Null, never an empty string, when the source leaves the town blank."
changedOutput schema / properties / country / description
Previous value: -"Same shape as REST GET /v1/bic/:code. name falls back to the country code when the row carries no name."New value: +"Same shape as REST GET /v1/bic/:code. name is the row's country name, then the ISO name, and falls back to the country code only when neither exists."
changedOutput schema / properties / country_name / description
Previous value: -"DEPRECATED since 1.4.0, removed no earlier than 2027-01-01. Use country.name, which falls back to the code rather than to null."New value: +"DEPRECATED since 1.4.0, removed no earlier than 2027-01-01. Use country.name, which is never null: the row's country name, else the ISO name, else the code."
addedOutput schema / properties / found / description
Added value: +"True only when the row names an institution: a record is complete or not found."
addedOutput schema / properties / listed_in_current_source
Added value: +{
+ "description": "Whether this BIC8 still appears in a list refreshed this cycle: GLEIF, the directory sources that carry no vintage, a national register, the EPC scheme registers. true when one of them carries it; null when it was not found in what could be read in full (never false by default). false is reserved for an index built from every list read in full, which is not the case today: the EBA STEP2 and NBP lists are only read through our deduplicated directory, so this field answers true or null. It does NOT prove the bank still exists under this name: a clearing list can keep the name of a bank that was absorbed.",
+ "type": [
+ "boolean",
+ "null"
+ ]
+}
addedOutput schema / properties / source
Added value: +{
+ "description": "Code of the dataset this row comes from.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / source_as_of
Added value: +{
+ "description": "Year-month the source DATA is from, present only for a frozen copy.",
+ "type": "string"
+}
addedOutput schema / properties / source_name
Added value: +{
+ "description": "source names the dataset of this row and source_name spells it out; source_as_of is present only when that dataset is a copy frozen at that month. listed_in_current_source says whether this BIC8 still appears in a list refreshed this cycle (GLEIF, a national register, the EPC scheme registers, the EBA STEP2 and NBP lists): true when one of them carries it, null when it was not found in what could be read in full. It never answers false today: the EBA STEP2 and NBP lists are only read through our deduplicated directory, which can drop a BIC they carry, so an absence is not proven. It does not prove the bank still exists under this name.",
+ "type": [
+ "string",
+ "null"
+ ]
+}