addedOutput schema / description
Added value: +"Aggregate FDIC institution financials for a reporting date."
addedOutput schema / properties / by_charter_class
Added value: +{
+ "description": "Same totals broken out per charter class",
+ "items": {
+ "properties": {
+ "charter_class": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "institution_count": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "interest_income": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "net_income": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "office_count": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "state": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total_assets": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "total_deposits": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / combined
Added value: +{
+ "description": "Totals across every institution in scope",
+ "properties": {
+ "institution_count": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "net_income": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "total_assets": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "total_deposits": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}
changedOutput schema / properties / report_date / description
Previous value: -"Report date in YYYYMMDD format"New value: +"FDIC reporting period (YYYYMMDD)"
addedOutput schema / properties / scope
Added value: +{
+ "description": "What the aggregate covers (e.g. nationwide, or a state)",
+ "type": "string"
+}
removedOutput schema / properties / summary
Removed value: -{
- "description": "Industry-wide summary statistics",
- "items": {
- "properties": {
- "institution_count": {
- "description": "Number of FDIC-insured institutions",
- "type": [
- "number",
- "null"
- ]
- },
- "interest_income": {
- "description": "Interest income across all FDIC-insured banks",
- "type": [
- "number",
- "null"
- ]
- },
- "net_income": {
- "description": "Net income across all FDIC-insured banks",
- "type": [
- "number",
- "null"
- ]
- },
- "number_of_loans": {
- "description": "Total number of loans",
- "type": [
- "number",
- "null"
- ]
- },
- "total_assets": {
- "description": "Total assets across all FDIC-insured banks",
- "type": [
- "number",
- "null"
- ]
- },
- "total_deposits": {
- "description": "Total deposits across all FDIC-insured banks",
- "type": [
- "number",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
-}
removedOutput schema / properties / total_records
Removed value: -{
- "description": "Total number of summary records",
- "type": "number"
-}
changedOutput schema / required
Previous value: -[
- "report_date",
- "total_records",
- "summary"
-]New value: +[
+ "report_date",
+ "scope",
+ "combined",
+ "by_charter_class"
+]