Business Credit and Financial Insights

Trulioo has combined global business identity and fraud workflows with bureau-grade credit intelligence. With this exciting new data service, users can integrate credit signals into existing workflows, automate credit data retrieval, and monitor risk beyond onboarding.

Trulioo Credit & Financial Insights provides a set of bureau-grade, decision-ready signals built on large-scale commercial credit data. It combines trade payment experiences with public records, legal filings, and financial indicators.

  • Credit risk indicators such as globally standardized credit risk scores and financial stability indicators, including probability of default

  • Payment behavior indicators including DBT (days beyond terms), trade line activity, and outstanding exposure context

  • Recommended or existing credit limits and exposure-related indicators

  • Derogatory events such as bankruptcies, legal actions, and other adverse records

  • Corporate linkage including ownership structures and corporate group relationships

  • Financial signals spanning income, balance sheet, cash and working capital, plus key liquidity, profitability, and leverage ratios

  • Trends, historical score views, and monitoring alerts as key risk indicators change over time

How does it work?

Business Credit and Financial Insights is an API-first financial risk intelligence solution that enables organizations to assess, manage, and monitor the creditworthiness of businesses throughout their lifecycle.

The product delivers structured, machine-readable data—including credit scores, probability of default (PoD), recommended credit limits, financial summary metrics, and legal/adverse indicators—directly into customer onboarding, underwriting, and risk decisioning workflows.

It supports multiple levels of data depth through tiered packages (Basic, Foundational, Full), allowing customers to align cost and complexity with their specific use case—from high-volume automated screening to deep underwriting and risk modeling

Requesting and Credit and Financial Insights Check

The request to the Credit & Financial Insights service is nearly identical to the KYB Verification Request, with two key differences.

  1. The addition of the ‘CreditDepth’ input parameter.

    1. This is the input parameter to identify which Credit Tier users would like to request.
    2. The acceptable parameter inputs are: ‘Basic’, ‘Foundational’, and ‘Full’
  2. ‘EnhancedProfile’ and ‘Entities’ input parameters are not required.

    1. The traditional ‘Essentials’, ‘Insights’, and ‘Complete’ KYB tiers do not apply to this product, so these input parameters are not required to use this new service.

Sample request

{
    "CountryCode": "US",
    "DataFields": {
        "Business": {
            "BusinessName": "NVIDIA CORPORATION",
            "BusinessRegistrationNumber" : "601937096",
            "CreditDepth" : "Basic" // or "Foundational" or "Full"
        }
    }
}

Credit Depth Options

Trulioo’s Credit & Financial Insights product offers 3 tiers of Credit Depth. Each tier builds off the last and offers an increasing catalogue of Credit & Financial Risk Insights.

A full data dictionary is available here

Basic

Fast, low-friction risk screening

This tier delivers essential financial legitimacy signals for customers who need a quick creditworthiness check without deep financial analysis. It supports automated onboarding workflows and high-volume SMB use cases where speed and simplicity matter more than full adjudication.

Sample response in Basic Tier

"FieldName": "StandardizedCreditFinancials",
"Data": “{
	"AsOfDate": "2026-04-28",
	"CreditSummary": {
		"CreditworthyFlag": "False"
	}
}”

Foundational

Balanced underwriting support with scalable automation.

This tier provides structured financial and payment behavior metrics that enable smarter credit limit decisions, payment term adjustments, and portfolio optimization. It is ideal for fintechs and platforms that combine first-party data with standardized external indicators to automate decision-making while maintaining risk discipline.

Sample response in Foundational Tier

"FieldName": "StandardizedCreditFinancials",
"Data":
"{
	"AsOfDate": "2026-04-28",
	"Currency": {
		"PrimaryCurrency": "CAD"
	},
	"CompanySummary": {
		"NumOfEmployees": "600",
		"YearsInBusiness": null
	},
	"CreditSummary": {
		"CreditworthyFlag": "False"
	},
	"Indicators": {
		"AnnualSales": 12817000000.0,
		"CurrentRatio": 1.19,
		"DebtRatio": 3.92,
		"Profit": -321000000.0
	},
	"PaymentBehavior": {
		"TradePaymentIndicator": true,
		"TotalTradeLines": 180,
		"HasSeverelyDelinquentAccount": true
	},
	"FinancialStatements": {
		"TotalAssets": 9776000000.0,
		"TotalLiabilities": 7790000000.0,
		"ShareholderFunds": 1986000000.0,
		"NetWorth": 889000000.0
	},
	"NegativeEventsSummary": {
		"LegalFilingsIndicator": true,
		"LiensCount": 94,
		"LiensSum": 76100.0,
		"LiensCurrency": "CAD",
		"JudgmentsCount": 1,
		"UCCFilingsCount": null,
		"CautionaryUCCFilingsCount": null,
		"LegalItemsCount": 37,
		"LegalItemsSum": 17759931.0,
		"LegalItemsCurrency": "CAD",
		"DerogatoryItemsCount": 150,
		"DerogatoryItemsSum": 19320512.19,
		"DerogatoryItemsCurrency": "CAD"
	}
}
"

Full

Comprehensive adjudication and advanced risk modeling.

This tier delivers a complete credit report for traditional credit teams and data science-driven organizations. It supports high-value exposure decisions, enhanced due diligence, and the development of custom risk models and machine learning workflows.

"FieldName": "StandardizedCreditFinancials",
"Data":
"{
  "AsOfDate": "2026-04-28",
  "Currency": {
    "PrimaryCurrency": "USD"
  },
  "CompanySummary": {
    "BusinessName": "BOB'S BURGERS LLC",
    "BusinessRegistrationNumber": "7291045",
    "Address": {
      "LocationType": "Main",
      "Address1": "742 OCEAN AVENUE, SUITE 100, NEWPORT, RI 02840",
      "BuildingName": "Harbor Commerce Center",
      "BuildingNumber": "742",
      "UnitNumber": "100",
      "StreetName": "OCEAN AVENUE",
      "StreetType": "AVE",
      "City": "NEWPORT",
      "PostalCode": "02840",
      "StateProvinceCode": "RI",
      "CountryCode": "US",
      "POBox": null
    },
    "NumberOfEmployees": "312",
    "NumberOfCompaniesInGroup": "4",
    "YearsInBusiness": "18 years"
  },
  "CreditSummary": {
    "CreditworthyFlag": "True",
    "CreditRiskScore": 74,
    "CreditRiskScoreScaleMin": 1,
    "CreditRiskScoreScaleMax": 100,
    "CreditRiskScoreDescription": "Low Risk",
    "StandardizedCreditRiskScore": "B",
    "StandardizedCreditRiskScoreDescription": "Low Risk",
    "RecommendedCreditLimitAmount": 850000.0,
    "RecommendedCreditLimitCurrency": "USD",
    "ProbabilityOfDefault12M": 0.0312,
    "CreditLimitBasis": "Financial Statements and Payment History",
    "LastScoreChangeDate": "2025-11-14",
    "ScoreTrend3M": "Stable",
    "ScoreTrend12M": "Improving",
    "NumberOfInquiries": 7,
    "Inquiries": 7,
    "InquiriesTrend": {
      "InquiriesMonth1": 2,
      "InquiriesMonth2": 1,
      "InquiriesMonth3": 0,
      "InquiriesMonth4": 1,
      "InquiriesMonth5": 0,
      "InquiriesMonth6": 1,
      "InquiriesMonth7": 0,
      "InquiriesMonth8": 0,
      "InquiriesMonth9": 1,
      "InquiriesMonth10": 0,
      "InquiriesMonth11": 1,
      "InquiriesMonth12": 0,
      "LatestEnquiryDate": "2026-04-15",
      "Months13": 3,
      "Months46": 2,
      "Months79": 1,
      "Months1012": 1
    },
    "Bfrs": 62,
    "BusinessFailureRiskScore": 62,
    "Cds": 48,
    "CommercialDelinquencyScore": 48,
    "CurrentBfrs": 62,
    "CurrentCds": 48
  },
  "Indicators": {
    "LatestProfitAmount": 2140000.0,
    "IndicatorScores": [
      {
        "Code": "fsi",
        "Name": "Financial Strength Indicator",
        "Score": "B2",
        "AsOfDate": "2025-06-15",
        "IndustryComparison": {
          "IndustryAverage": "C1",
          "IndustryCount": 8820,
          "TotalAverage": "C1",
          "TotalCount": 5168000
        }
      },
      {
        "Code": "pbi",
        "Name": "Payment Behaviour Indicator",
        "Score": "8",
        "AsOfDate": "2026-04-10",
        "IndustryComparison": {
          "IndustryAverage": "8",
          "IndustryCount": 4200000,
          "TotalAverage": "9",
          "TotalCount": 41455615
        }
      },
      {
        "Code": "pei",
        "Name": "Payment Expectation Indicator",
        "Score": "8",
        "AsOfDate": "2026-04-10",
        "IndustryComparison": {
          "IndustryAverage": "8",
          "IndustryCount": 4100000,
          "TotalAverage": "9",
          "TotalCount": 41068119
        }
      },
      {
        "Code": "eti",
        "Name": "Estimated Turnover Indicator",
        "Score": "D",
        "AsOfDate": "2025-10-01",
        "IndustryComparison": null
      },
      {
        "Code": "crf",
        "Name": null,
        "Score": "G",
        "AsOfDate": "2025-01-31",
        "IndustryComparison": null
      },
      {
        "Code": "erc",
        "Name": null,
        "Score": "3",
        "AsOfDate": "2025-01-31",
        "IndustryComparison": null
      },
      {
        "Code": "auf",
        "Name": null,
        "Score": "0",
        "AsOfDate": "2025-01-31",
        "IndustryComparison": null
      },
      {
        "Code": "aug",
        "Name": null,
        "Score": "210",
        "AsOfDate": "2025-01-31",
        "IndustryComparison": null
      }
    ],
    "LatestTurnoverAmount": 28400000.0,
    "LatestTurnoverCurrency": "USD",
    "CurrentRatio": 1.42,
    "QuickRatio": 1.08,
    "DebtRatio": 0.61,
    "ReturnOnTotalAssets": 8.32,
    "ReturnOnCapital": 12.74,
    "NetProfitMargin": 7.54,
    "AveragePaymentPeriodDays": 34,
    "CapitalTurnoverTimes": 2.3,
    "CashRatioPercentage": 14.2,
    "CiScore90Day": 71
  },
  "ScoreHistory": {
    "Entries": [
      {
        "AsOfDate": "2026-03-01",
        "CreditRiskScore": "74",
        "CreditRiskScoreDescription": "Low Risk",
        "IndustryComparison": "62",
        "StandardizedCreditRiskScore": "B",
        "StandardizedCreditRiskScoreDescription": "Low Risk",
        "CreditworthyFlag": "True",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2026-02-01",
        "CreditRiskScore": "72",
        "CreditRiskScoreDescription": "Low Risk",
        "IndustryComparison": "61",
        "StandardizedCreditRiskScore": "B",
        "StandardizedCreditRiskScoreDescription": "Low Risk",
        "CreditworthyFlag": "True",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2026-01-01",
        "CreditRiskScore": "70",
        "CreditRiskScoreDescription": "Low Risk",
        "IndustryComparison": "60",
        "StandardizedCreditRiskScore": "B",
        "StandardizedCreditRiskScoreDescription": "Low Risk",
        "CreditworthyFlag": "True",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2025-12-01",
        "CreditRiskScore": "69",
        "CreditRiskScoreDescription": "Low Risk",
        "IndustryComparison": "59",
        "StandardizedCreditRiskScore": "B",
        "StandardizedCreditRiskScoreDescription": "Low Risk",
        "CreditworthyFlag": "True",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2025-11-01",
        "CreditRiskScore": "66",
        "CreditRiskScoreDescription": "Low Risk",
        "IndustryComparison": "57",
        "StandardizedCreditRiskScore": "B",
        "StandardizedCreditRiskScoreDescription": "Low Risk",
        "CreditworthyFlag": "True",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2025-10-01",
        "CreditRiskScore": "63",
        "CreditRiskScoreDescription": "Low Risk",
        "IndustryComparison": "56",
        "StandardizedCreditRiskScore": "B",
        "StandardizedCreditRiskScoreDescription": "Low Risk",
        "CreditworthyFlag": "True",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2025-09-01",
        "CreditRiskScore": null,
        "CreditRiskScoreDescription": null,
        "IndustryComparison": "54",
        "StandardizedCreditRiskScore": null,
        "StandardizedCreditRiskScoreDescription": null,
        "CreditworthyFlag": "Not Rated - Insufficient Information",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2025-08-01",
        "CreditRiskScore": "58",
        "CreditRiskScoreDescription": "Moderate Risk",
        "IndustryComparison": "53",
        "StandardizedCreditRiskScore": "C",
        "StandardizedCreditRiskScoreDescription": "Moderate Risk",
        "CreditworthyFlag": "True",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2024-06-01",
        "CreditRiskScore": "51",
        "CreditRiskScoreDescription": "Moderate Risk",
        "IndustryComparison": "50",
        "StandardizedCreditRiskScore": "C",
        "StandardizedCreditRiskScoreDescription": "Moderate Risk",
        "CreditworthyFlag": "True",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2023-04-01",
        "CreditRiskScore": "-18",
        "CreditRiskScoreDescription": "Financial Statements too old",
        "IndustryComparison": null,
        "StandardizedCreditRiskScore": "E",
        "StandardizedCreditRiskScoreDescription": null,
        "CreditworthyFlag": "Not Rated - Insufficient Information",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2022-01-01",
        "CreditRiskScore": "-35",
        "CreditRiskScoreDescription": "Not Analysed - Other",
        "IndustryComparison": null,
        "StandardizedCreditRiskScore": "E",
        "StandardizedCreditRiskScoreDescription": null,
        "CreditworthyFlag": "Not Rated - Insufficient Information",
        "ProbabilityOfDefault": null
      },
      {
        "AsOfDate": "2021-07-01",
        "CreditRiskScore": "-9",
        "CreditRiskScoreDescription": "Directors not appointed",
        "IndustryComparison": null,
        "StandardizedCreditRiskScore": "E",
        "StandardizedCreditRiskScoreDescription": null,
        "CreditworthyFlag": "Not Rated - Insufficient Information",
        "ProbabilityOfDefault": null
      }
    ],
    "MostRecentPreviousRating": {
      "RecommendedCreditLimitAmount": 620000.0,
      "RecommendedCreditLimitCurrency": "USD"
    },
    "CreditLimitHistory": [
      {
        "AsOfDate": "2026-03-01",
        "RecommendedCreditLimitAmount": 850000.0,
        "RecommendedCreditLimitCurrency": "USD"
      },
      {
        "AsOfDate": "2025-08-01",
        "RecommendedCreditLimitAmount": 620000.0,
        "RecommendedCreditLimitCurrency": "USD"
      },
      {
        "AsOfDate": "2024-06-01",
        "RecommendedCreditLimitAmount": 480000.0,
        "RecommendedCreditLimitCurrency": "USD"
      }
    ]
  },
  "PaymentBehavior": {
    "HasPaymentData": true,
    "HasSeverelyDelinquentAccount": false,
    "DBTCurrent": 3.0,
    "DBT12M": 4.2,
    "DBTIndustry": 5.8,
    "DBTHistory": [
      {
        "AsOfDate": "2025-04-01",
        "DBT": 5.1,
        "IndustryDBT": 6.71
      },
      {
        "AsOfDate": "2025-05-01",
        "DBT": 4.8,
        "IndustryDBT": 6.97
      },
      {
        "AsOfDate": "2025-06-01",
        "DBT": 4.2,
        "IndustryDBT": 7.05
      },
      {
        "AsOfDate": "2025-07-01",
        "DBT": 3.9,
        "IndustryDBT": 7.1
      },
      {
        "AsOfDate": "2025-08-01",
        "DBT": 4.5,
        "IndustryDBT": 7.37
      },
      {
        "AsOfDate": "2025-09-01",
        "DBT": 3.7,
        "IndustryDBT": 7.2
      },
      {
        "AsOfDate": "2025-10-01",
        "DBT": 3.2,
        "IndustryDBT": 7.27
      },
      {
        "AsOfDate": "2025-11-01",
        "DBT": 3.5,
        "IndustryDBT": 7.16
      },
      {
        "AsOfDate": "2025-12-01",
        "DBT": 2.9,
        "IndustryDBT": 7.11
      },
      {
        "AsOfDate": "2026-01-01",
        "DBT": 3.1,
        "IndustryDBT": 7.19
      },
      {
        "AsOfDate": "2026-02-01",
        "DBT": 3.0,
        "IndustryDBT": 7.31
      },
      {
        "AsOfDate": "2026-03-01",
        "DBT": 3.0,
        "IndustryDBT": 7.46
      }
    ],
    "TotalTradeLines": 18,
    "ActiveTradeLines": 14,
    "TotalOutstandingAmount": 142500.0,
    "TotalOutstandingCurrency": "USD",
    "AverageInvoiceAmount": 8900.0,
    "RecentHighCreditAmount": 75000.0,
    "CreditUtilization": 32.5,
    "AverageCreditAmount": 22000.0,
    "HighestPastDueAmount": 4200.0,
    "LastPaymentDataUpdateDate": "2026-04-01",
    "PastDuePercentage": 1.8,
    "TotalPastDueAmount": 2560.0,
    "PaidLateCount": 3,
    "PaidOnTimeCount": 112,
    "PaidSeverelyLateCount": 0,
    "PaidWADL": 2.1,
    "OutstandingWADL": 3.0,
    "NumberOfUniqueTradeLineProviders": 9,
    "CombinedCreditLimit": 438000.0,
    "ExperienceScore": 78.0,
    "PaymentScore": 82.0,
    "TradeReferenceHistory": {
      "AverageScore": 81.0,
      "AvgVal": 9400.0,
      "EstimatedTotalValue": 846000.0,
      "MaxVal": 75000.0,
      "MedianVal": 7800.0,
      "NumberOfReferences": 9
    },
    "TpdMonthlyBalanceHistories": [
      {
        "Currency": "USD",
        "Date": "2025-04-01",
        "Range1To30": 1200.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 98000.0,
        "TotalBalance": 99200.0
      },
      {
        "Currency": "USD",
        "Date": "2025-05-01",
        "Range1To30": 800.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 105000.0,
        "TotalBalance": 105800.0
      },
      {
        "Currency": "USD",
        "Date": "2025-06-01",
        "Range1To30": 0.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 112000.0,
        "TotalBalance": 112000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-07-01",
        "Range1To30": 2100.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 118000.0,
        "TotalBalance": 120100.0
      },
      {
        "Currency": "USD",
        "Date": "2025-08-01",
        "Range1To30": 0.0,
        "Range31To60": 2100.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 125000.0,
        "TotalBalance": 127100.0
      },
      {
        "Currency": "USD",
        "Date": "2025-09-01",
        "Range1To30": 0.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 130000.0,
        "TotalBalance": 130000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-10-01",
        "Range1To30": 0.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 135000.0,
        "TotalBalance": 135000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-11-01",
        "Range1To30": 1500.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 128000.0,
        "TotalBalance": 129500.0
      },
      {
        "Currency": "USD",
        "Date": "2025-12-01",
        "Range1To30": 0.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 122000.0,
        "TotalBalance": 122000.0
      },
      {
        "Currency": "USD",
        "Date": "2026-01-01",
        "Range1To30": 0.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 138000.0,
        "TotalBalance": 138000.0
      },
      {
        "Currency": "USD",
        "Date": "2026-02-01",
        "Range1To30": 0.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 140000.0,
        "TotalBalance": 140000.0
      },
      {
        "Currency": "USD",
        "Date": "2026-03-01",
        "Range1To30": 2560.0,
        "Range31To60": 0.0,
        "Range61To90": 0.0,
        "Range91Plus": 0.0,
        "BalanceCurrent": 142500.0,
        "TotalBalance": 145060.0
      }
    ],
    "PaidMonthlyBalanceHistories": [
      {
        "Currency": "USD",
        "Date": "2025-04-01",
        "Paid1To30": 0.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 87000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-05-01",
        "Paid1To30": 800.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 92000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-06-01",
        "Paid1To30": 0.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 95000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-07-01",
        "Paid1To30": 0.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 101000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-08-01",
        "Paid1To30": 2100.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 108000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-09-01",
        "Paid1To30": 0.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 115000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-10-01",
        "Paid1To30": 0.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 120000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-11-01",
        "Paid1To30": 0.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 113000.0
      },
      {
        "Currency": "USD",
        "Date": "2025-12-01",
        "Paid1To30": 1500.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 119000.0
      },
      {
        "Currency": "USD",
        "Date": "2026-01-01",
        "Paid1To30": 0.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 131000.0
      },
      {
        "Currency": "USD",
        "Date": "2026-02-01",
        "Paid1To30": 0.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 137000.0
      },
      {
        "Currency": "USD",
        "Date": "2026-03-01",
        "Paid1To30": 0.0,
        "Paid31To60": 0.0,
        "Paid61To90": 0.0,
        "Paid91Plus": 0.0,
        "PaidCurrent": 140000.0
      }
    ],
    "TpdTradeLinesInformation": {
      "Currency": "USD",
      "LastUpdateDate": "2026-04-01",
      "IndustryPerformance": 78.4,
      "CreditUtilization": 32.5,
      "AverageCreditAmount": 22000.0
    },
    "TradePaymentsByCreditExtended": {
      "CreditOver1M": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 0.0,
        "TotalAmount": 0.0,
        "TradeLines": 0
      },
      "CreditUnder1K": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 100.0,
        "TotalAmount": 750.0,
        "TradeLines": 2
      },
      "Credit100KTo1M": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 100.0,
        "TotalAmount": 142500.0,
        "TradeLines": 3
      },
      "Credit1KTo5K": {
        "Currency": "USD",
        "PastDue": 560.0,
        "PercentPastDue": 5.6,
        "PercentWithinTerms": 94.4,
        "TotalAmount": 10000.0,
        "TradeLines": 4
      },
      "Credit25KTo50K": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 100.0,
        "TotalAmount": 37500.0,
        "TradeLines": 2
      },
      "Credit50KTo100K": {
        "Currency": "USD",
        "PastDue": 2000.0,
        "PercentPastDue": 2.9,
        "PercentWithinTerms": 97.1,
        "TotalAmount": 69000.0,
        "TradeLines": 1
      },
      "Credit5KTo25K": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 100.0,
        "TotalAmount": 18500.0,
        "TradeLines": 2
      }
    },
    "TradePaymentsPaidByCreditExtended": {
      "CreditOver1M": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 0.0,
        "TotalAmount": 0.0,
        "TradeLines": 0
      },
      "CreditUnder1K": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 100.0,
        "TotalAmount": 3200.0,
        "TradeLines": 8
      },
      "Credit100KTo1M": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 100.0,
        "TotalAmount": 580000.0,
        "TradeLines": 6
      },
      "Credit1KTo5K": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 96.5,
        "TotalAmount": 28700.0,
        "TradeLines": 9
      },
      "Credit25KTo50K": {
        "Currency": "USD",
        "PastDue": 2100.0,
        "PercentPastDue": 3.2,
        "PercentWithinTerms": 96.8,
        "TotalAmount": 65000.0,
        "TradeLines": 3
      },
      "Credit50KTo100K": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 100.0,
        "TotalAmount": 210000.0,
        "TradeLines": 4
      },
      "Credit5KTo25K": {
        "Currency": "USD",
        "PastDue": 0.0,
        "PercentPastDue": 0.0,
        "PercentWithinTerms": 100.0,
        "TotalAmount": 87000.0,
        "TradeLines": 7
      }
    },
    "TpdIndustryBreakdown": [
      {
        "Currency": "USD",
        "IndustryCode": "A",
        "IndustryDescription": "Agriculture, Forestry & Fishing",
        "TradeLines": 0,
        "CurrentValue": 0.0,
        "CurrentPercent": 0.0,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 0.0,
        "TotalPercent": 0.0
      },
      {
        "Currency": "USD",
        "IndustryCode": "B",
        "IndustryDescription": "Mining & Quarrying",
        "TradeLines": 0,
        "CurrentValue": 0.0,
        "CurrentPercent": 0.0,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 0.0,
        "TotalPercent": 0.0
      },
      {
        "Currency": "USD",
        "IndustryCode": "C",
        "IndustryDescription": "Construction",
        "TradeLines": 0,
        "CurrentValue": 0.0,
        "CurrentPercent": 0.0,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 0.0,
        "TotalPercent": 0.0
      },
      {
        "Currency": "USD",
        "IndustryCode": "D",
        "IndustryDescription": "Manufacturing",
        "TradeLines": 2,
        "CurrentValue": 18500.0,
        "CurrentPercent": 13.0,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 18500.0,
        "TotalPercent": 13.0
      },
      {
        "Currency": "USD",
        "IndustryCode": "E",
        "IndustryDescription": "Transportation & Storage",
        "TradeLines": 1,
        "CurrentValue": 5000.0,
        "CurrentPercent": 3.5,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 5000.0,
        "TotalPercent": 3.5
      },
      {
        "Currency": "USD",
        "IndustryCode": "F",
        "IndustryDescription": "Information & Communication",
        "TradeLines": 3,
        "CurrentValue": 42000.0,
        "CurrentPercent": 29.5,
        "Range1To30": 2560.0,
        "Percent1To30": 100.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 44560.0,
        "TotalPercent": 31.3
      },
      {
        "Currency": "USD",
        "IndustryCode": "G",
        "IndustryDescription": "Utilities",
        "TradeLines": 1,
        "CurrentValue": 7500.0,
        "CurrentPercent": 5.3,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 7500.0,
        "TotalPercent": 5.3
      },
      {
        "Currency": "USD",
        "IndustryCode": "H",
        "IndustryDescription": "Wholesale Trade",
        "TradeLines": 2,
        "CurrentValue": 22000.0,
        "CurrentPercent": 15.4,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 22000.0,
        "TotalPercent": 15.4
      },
      {
        "Currency": "USD",
        "IndustryCode": "I",
        "IndustryDescription": "Retail Trade",
        "TradeLines": 3,
        "CurrentValue": 38000.0,
        "CurrentPercent": 26.7,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 38000.0,
        "TotalPercent": 26.7
      },
      {
        "Currency": "USD",
        "IndustryCode": "J",
        "IndustryDescription": "Financial & Insurance Activities",
        "TradeLines": 2,
        "CurrentValue": 9500.0,
        "CurrentPercent": 6.7,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 9500.0,
        "TotalPercent": 6.7
      },
      {
        "Currency": "USD",
        "IndustryCode": "K",
        "IndustryDescription": "Real Estate Activities",
        "TradeLines": 0,
        "CurrentValue": 0.0,
        "CurrentPercent": 0.0,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 0.0,
        "TotalPercent": 0.0
      },
      {
        "Currency": "USD",
        "IndustryCode": "L",
        "IndustryDescription": "Accomodation & Food Service Activities",
        "TradeLines": 0,
        "CurrentValue": 0.0,
        "CurrentPercent": 0.0,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 0.0,
        "TotalPercent": 0.0
      },
      {
        "Currency": "USD",
        "IndustryCode": "M",
        "IndustryDescription": "Administrative & Support Service Activities",
        "TradeLines": 0,
        "CurrentValue": 0.0,
        "CurrentPercent": 0.0,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 0.0,
        "TotalPercent": 0.0
      },
      {
        "Currency": "USD",
        "IndustryCode": "N",
        "IndustryDescription": "Professional, Scientific & Technical Activities",
        "TradeLines": 0,
        "CurrentValue": 0.0,
        "CurrentPercent": 0.0,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 0.0,
        "TotalPercent": 0.0
      },
      {
        "Currency": "USD",
        "IndustryCode": "O",
        "IndustryDescription": "Non-Classifiable Establishments",
        "TradeLines": 0,
        "CurrentValue": 0.0,
        "CurrentPercent": 0.0,
        "Range1To30": 0.0,
        "Percent1To30": 0.0,
        "Range31To60": 0.0,
        "Percent31To60": 0.0,
        "Range61To90": 0.0,
        "Percent61To90": 0.0,
        "Range91Plus": 0.0,
        "Percent91Plus": 0.0,
        "Total": 0.0,
        "TotalPercent": 0.0
      }
    ],
    "PaidTpdIndustries": [
      {
        "Currency": "USD",
        "IndustryCode": "F",
        "InvoicesPaid": 22,
        "InvoicesPercent1To30": 4.5,
        "InvoicesPercent31To60": 0.0,
        "InvoicesPercent61To90": 0.0,
        "InvoicesPercent91Plus": 0.0,
        "InvoicesPercentPaidOnTime": 95.5,
        "InvoicesPaid1To30Late": 1,
        "InvoicesPaid31To60Late": 0,
        "InvoicesPaid61To90Late": 0,
        "InvoicesPaid91PlusLate": 0,
        "InvoicesPaidOnTime": 21,
        "ValuePercent1To30": 3.1,
        "ValuePercent31To60": 0.0,
        "ValuePercent61To90": 0.0,
        "ValuePercent91Plus": 0.0,
        "ValuePercentPaidOnTime": 96.9,
        "TradeLinesPaid": 3,
        "InvoicesValuePaid1To30Late": 1300.0,
        "InvoicesValuePaid31To60Late": 0.0,
        "InvoicesValuePaid61To90Late": 0.0,
        "InvoicesValuePaid91PlusLate": 0.0,
        "InvoicesValuePaidOnTime": 40700.0
      },
      {
        "Currency": "USD",
        "IndustryCode": "I",
        "InvoicesPaid": 45,
        "InvoicesPercent1To30": 2.2,
        "InvoicesPercent31To60": 0.0,
        "InvoicesPercent61To90": 0.0,
        "InvoicesPercent91Plus": 0.0,
        "InvoicesPercentPaidOnTime": 97.8,
        "InvoicesPaid1To30Late": 1,
        "InvoicesPaid31To60Late": 0,
        "InvoicesPaid61To90Late": 0,
        "InvoicesPaid91PlusLate": 0,
        "InvoicesPaidOnTime": 44,
        "ValuePercent1To30": 2.2,
        "ValuePercent31To60": 0.0,
        "ValuePercent61To90": 0.0,
        "ValuePercent91Plus": 0.0,
        "ValuePercentPaidOnTime": 97.8,
        "TradeLinesPaid": 3,
        "InvoicesValuePaid1To30Late": 800.0,
        "InvoicesValuePaid31To60Late": 0.0,
        "InvoicesValuePaid61To90Late": 0.0,
        "InvoicesValuePaid91PlusLate": 0.0,
        "InvoicesValuePaidOnTime": 35800.0
      }
    ],
    "PastDueBalances": {
      "PastDueBalance": {
        "Currency": "USD",
        "HighBalance12Month": 4200.0,
        "HighBalanceLifetime": 8500.0,
        "HighBalanceSevere12Month": 0.0,
        "HighBalanceSevereLifetime": 0.0,
        "HighSingle12Month": 2100.0,
        "HighSingleLifetime": 4200.0,
        "HighSingleSevere12Month": 0.0,
        "HighSingleSevereLifetime": 0.0,
        "TotalBalance12Month": 7860.0,
        "TotalBalanceLifetime": 18400.0,
        "TotalBalanceSevere12Month": 0.0,
        "TotalBalanceSevereLifetime": 0.0
      },
      "PastDueHigh": {
        "Currency": "USD",
        "HighTradeLines12Month": 2,
        "HighTradeLinesLifetime": 4,
        "HighTradeLinesSevere12Month": 0,
        "HighTradeLinesSevereLifetime": 0
      },
      "PastDueTotal": {
        "Currency": "USD",
        "TotalTradeLines12Month": 3,
        "TotalTradeLinesLifetime": 6,
        "TotalTradeLinesSevere12Month": 0,
        "TotalTradeLinesSevereLifetime": 0
      }
    },
    "HighCreditBalances": {
      "Currency": "USD",
      "AverageBalanceCurrent": 22000.0,
      "AverageBalanceCurrentDate": "2026-03-01",
      "AverageBalance130": 1800.0,
      "AverageBalance130Date": "2025-08-01",
      "AverageBalance3160": 0.0,
      "AverageBalance3160Date": "2024-01-01",
      "AverageBalance6190": 0.0,
      "AverageBalance6190Date": "2024-01-01",
      "AverageBalance91Plus": 0.0,
      "AverageBalance91PlusDate": "2024-01-01",
      "AverageDbt": 3.0,
      "AverageDbtDate": "2026-03-01",
      "SingleBalanceCurrent": 75000.0,
      "SingleBalanceCurrentDate": "2026-03-01",
      "SingleBalance130": 4200.0,
      "SingleBalance130Date": "2025-07-01",
      "SingleBalance3160": 2100.0,
      "SingleBalance3160Date": "2025-08-01",
      "SingleBalance6190": 0.0,
      "SingleBalance6190Date": "2024-01-01",
      "SingleBalance91Plus": 0.0,
      "SingleBalance91PlusDate": "2024-01-01",
      "SingleDbt": 3.0,
      "SingleDbtDate": "2026-03-01",
      "TradeLinesBalanceCurrent": 142500.0,
      "TradeLinesBalanceCurrentDate": "2026-03-01",
      "TradeLinesBalance130": 2560.0,
      "TradeLinesBalance130Date": "2026-03-01",
      "TradeLinesBalance3160": 0.0,
      "TradeLinesBalance3160Date": "2024-01-01",
      "TradeLinesBalance6190": 0.0,
      "TradeLinesBalance6190Date": "2024-01-01",
      "TradeLinesBalance91Plus": 0.0,
      "TradeLinesBalance91PlusDate": "2024-01-01",
      "TradeLinesDbt": 3.0,
      "TradeLinesDbtDate": "2026-03-01"
    },
    "PaidTradePaymentInformation": {
      "Currency": "USD",
      "TotalInvoicesPaid": 67,
      "TotalValuePaid": 76500.0,
      "AverageInvoiceValuePaid": 1141.79,
      "PercentPaidOnTime": 95.5
    },
    "LifetimeHighBalanceChart": {
      "High12Month": {
        "Currency": "USD",
        "AverageHighBalance": 22000.0,
        "DBT": 4.2,
        "SingleHighBalance": 75000.0,
        "TradeLinesHighBalance": 142500.0
      },
      "High3Month": {
        "Currency": "USD",
        "AverageHighBalance": 21500.0,
        "DBT": 3.0,
        "SingleHighBalance": 75000.0,
        "TradeLinesHighBalance": 140000.0
      },
      "High6Month": {
        "Currency": "USD",
        "AverageHighBalance": 20800.0,
        "DBT": 3.5,
        "SingleHighBalance": 75000.0,
        "TradeLinesHighBalance": 138000.0
      },
      "High9Month": {
        "Currency": "USD",
        "AverageHighBalance": 21000.0,
        "DBT": 3.9,
        "SingleHighBalance": 75000.0,
        "TradeLinesHighBalance": 139000.0
      },
      "HighLifetime": {
        "Currency": "USD",
        "AverageHighBalance": 19000.0,
        "DBT": 5.1,
        "SingleHighBalance": 75000.0,
        "TradeLinesHighBalance": 142500.0
      }
    },
    "PaidInvoices": {
      "PaidInvoicesSummary": {
        "TotalTradeLines": 14,
        "TotalValue": 973000.0,
        "UniqueCompanies": 9
      },
      "PaidInvoicesHistory": {
        "SingleHighestInvoice": 75000.0,
        "MedianInvoiceValue": 6800.0,
        "SingleLowestInvoice": 125.0,
        "Last3MonthsCount": 18,
        "Last12MonthsCount": 67,
        "AverageInvoiceValue": 8900.0
      }
    },
    "PaymentsStillOwing": 0,
    "TotalInvoiceValues": 973000.0,
    "HighestInvoiceValueOutstanding": 75000.0,
    "TotalBalanceStillOwingLate": 2560.0,
    "HighestInvoiceValueOutstandingLate": 2560.0,
    "NumberOfPaymentsStillOwingLate": 1,
    "NumberOfPaymentsSentLegal": 0,
    "CurrentIndustryDBT": 5.8,
    "PaymentsStillOwingLate": 1,
    "PaymentsSentLegal": 0,
    "WeightedDBT": 3.2,
    "PaymentTrend": "Improving",
    "PaymentsPaid0To30Days": 52800.0,
    "PaymentsPaid31To60Days": 15200.0,
    "PaymentsPaid61To90Days": 4800.0,
    "PaymentsPaid90PlusDays": 0.0,
    "NumberOfInvoicesPaidWithinTerms": 98,
    "NumberOfInvoicesPaid1To30Days": 8,
    "NumberOfInvoicesPaid31To60Days": 3,
    "NumberOfInvoicesPaid61To90Days": 1,
    "NumberOfInvoicesPaid91PlusDays": 0,
    "NumberOfInvoicesOutstandingWithinTerms": 11,
    "NumberOfInvoicesOutstanding1To30Days": 2,
    "NumberOfInvoicesOutstanding31To60Days": 1,
    "NumberOfInvoicesOutstanding61To90Days": 0,
    "NumberOfInvoicesOutstanding91PlusDays": 0,
    "CurrentBalance": 142500.0,
    "AverageMonthlyBalance": 124583.0,
    "BalanceWithinTerms": 139940.0,
    "BalanceP1": 2560.0,
    "BalanceP2": 0.0,
    "BalanceP3": 0.0,
    "BalanceP4": 0.0,
    "TotalTradeLinesOutstanding": 4,
    "InvoicesTotal": 110,
    "InvoicesUpTo30Days": 95,
    "InvoicesMoreThan30Days": 12,
    "InvoicesOutstanding": 3,
    "InvoicesBeyond": 0,
    "LatestInvoiceDate": "2026-04-28"
  },
  "FinancialStatements": [
    {
      "YearEndDate": "2025-12-31",
      "PeriodLengthMonths": 12,
      "FilingType": "GlobalFinancialsGGS",
      "Currency": "USD",
      "StatementOrder": {
        "IsLatest": true,
        "Sequence": 1
      },
      "ConsolidatedAccounts": true,
      "ProfitAndLoss": {
        "Revenue": 28400000.0,
        "OperatingCosts": 22800000.0,
        "OperatingProfit": 5600000.0,
        "Depreciation": 480000.0,
        "Amortisation": 120000.0,
        "FinancialIncome": 65000.0,
        "FinancialExpenses": 310000.0,
        "ExtraordinaryIncome": 0.0,
        "ExtraordinaryCosts": 0.0,
        "ProfitBeforeTax": 5355000.0,
        "Tax": -3215000.0,
        "ProfitAfterTax": 2140000.0,
        "Dividends": 500000.0,
        "MinorityInterests": 0.0,
        "OtherAppropriations": 0.0,
        "RetainedProfit": 1640000.0,
        "WagesAndSalaries": 9800000.0,
        "PensionCosts": 420000.0
      },
      "BalanceSheet": {
        "TotalTangibleAssets": 4200000.0,
        "Goodwill": 750000.0,
        "OtherIntangibleAssets": 310000.0,
        "TotalIntangibleAssets": 1060000.0,
        "Investments": 500000.0,
        "MiscellaneousFixedAssets": 80000.0,
        "TotalOtherFixedAssets": 580000.0,
        "TotalFixedAssets": 5840000.0,
        "TotalInventories": 1950000.0,
        "TradeReceivables": 3200000.0,
        "TotalReceivables": 4100000.0,
        "Cash": 1750000.0,
        "OtherCurrentAssets": 210000.0,
        "TotalCurrentAssets": 8010000.0,
        "TotalAssets": 13850000.0,
        "TradePayables": 1600000.0,
        "OtherLoansOrFinance": 400000.0,
        "MiscellaneousLiabilities": 1200000.0,
        "TotalCurrentLiabilities": 3200000.0,
        "OtherLoansOrFinanceDueAfter1Year": 2100000.0,
        "MiscellaneousLiabilitiesDueAfter1Year": 450000.0,
        "TotalLongTermLiabilities": 2550000.0,
        "TotalLiabilities": 5750000.0,
        "CalledUpShareCapital": 1000000.0,
        "SharePremium": 2500000.0,
        "RevenueReserves": 3100000.0,
        "OtherReserves": 1500000.0,
        "TotalShareholdersEquity": 8100000.0,
        "LandAndBuildings": 1800000.0,
        "PlantAndMachinery": 1600000.0,
        "OtherTangibleAssets": 800000.0,
        "LoansToGroup": 0.0,
        "OtherLoans": 250000.0,
        "RawMaterials": 800000.0,
        "WorkInProgress": 450000.0,
        "FinishedGoods": 700000.0,
        "OtherInventories": 0.0,
        "GroupReceivables": 0.0,
        "ReceivablesDueAfter1Year": 200000.0,
        "MiscellaneousReceivables": 700000.0,
        "BankLiabilities": 150000.0,
        "GroupPayables": 0.0,
        "TradePayablesDueAfter1Year": 0.0,
        "BankLiabilitiesDueAfter1Year": 0.0,
        "GroupPayablesDueAfter1Year": 0.0
      },
      "OtherFinancials": {
        "WorkingCapital": 4810000.0,
        "NetWorth": 8100000.0,
        "ContingentLiabilities": "NO"
      },
      "Ratios": {
        "PreTaxProfitMargin": 18.86,
        "ReturnOnCapitalEmployed": 12.74,
        "ReturnOnTotalAssetsEmployed": 8.32,
        "ReturnOnNetAssetsEmployed": 26.42,
        "SalesOrNetWorkingCapital": 5.9,
        "StockTurnoverRatio": 14.56,
        "DebtorDays": 41.13,
        "CreditorDays": 20.56,
        "CurrentRatio": 1.42,
        "LiquidityRatioOrAcidTest": 1.08,
        "CurrentDebtRatio": 0.39,
        "Gearing": 25.93,
        "EquityInPercentage": 58.48,
        "TotalDebtRatio": 0.61
      }
    },
    {
      "YearEndDate": "2024-12-31",
      "PeriodLengthMonths": 12,
      "FilingType": "GlobalFinancialsGGS",
      "Currency": "USD",
      "StatementOrder": {
        "IsLatest": false,
        "Sequence": 2
      },
      "ConsolidatedAccounts": true,
      "ProfitAndLoss": {
        "Revenue": 24100000.0,
        "OperatingCosts": 19700000.0,
        "OperatingProfit": 4400000.0,
        "Depreciation": 430000.0,
        "Amortisation": 105000.0,
        "FinancialIncome": 40000.0,
        "FinancialExpenses": 280000.0,
        "ExtraordinaryIncome": 0.0,
        "ExtraordinaryCosts": 0.0,
        "ProfitBeforeTax": 4160000.0,
        "Tax": -2080000.0,
        "ProfitAfterTax": 2080000.0,
        "Dividends": 400000.0,
        "MinorityInterests": 0.0,
        "OtherAppropriations": 0.0,
        "RetainedProfit": 1680000.0,
        "WagesAndSalaries": 8600000.0,
        "PensionCosts": 390000.0
      },
      "BalanceSheet": {
        "TotalTangibleAssets": 3900000.0,
        "Goodwill": 750000.0,
        "OtherIntangibleAssets": 280000.0,
        "TotalIntangibleAssets": 1030000.0,
        "Investments": 400000.0,
        "MiscellaneousFixedAssets": 70000.0,
        "TotalOtherFixedAssets": 470000.0,
        "TotalFixedAssets": 5400000.0,
        "TotalInventories": 1700000.0,
        "TradeReceivables": 2900000.0,
        "TotalReceivables": 3700000.0,
        "Cash": 1400000.0,
        "OtherCurrentAssets": 180000.0,
        "TotalCurrentAssets": 6980000.0,
        "TotalAssets": 12380000.0,
        "TradePayables": 1450000.0,
        "OtherLoansOrFinance": 380000.0,
        "MiscellaneousLiabilities": 1050000.0,
        "TotalCurrentLiabilities": 2880000.0,
        "OtherLoansOrFinanceDueAfter1Year": 1900000.0,
        "MiscellaneousLiabilitiesDueAfter1Year": 400000.0,
        "TotalLongTermLiabilities": 2300000.0,
        "TotalLiabilities": 5180000.0,
        "CalledUpShareCapital": 1000000.0,
        "SharePremium": 2500000.0,
        "RevenueReserves": 2600000.0,
        "OtherReserves": 1100000.0,
        "TotalShareholdersEquity": 7200000.0,
        "LandAndBuildings": 1700000.0,
        "PlantAndMachinery": 1450000.0,
        "OtherTangibleAssets": 750000.0,
        "LoansToGroup": 0.0,
        "OtherLoans": 200000.0,
        "RawMaterials": 700000.0,
        "WorkInProgress": 400000.0,
        "FinishedGoods": 600000.0,
        "OtherInventories": 0.0,
        "GroupReceivables": 0.0,
        "ReceivablesDueAfter1Year": 180000.0,
        "MiscellaneousReceivables": 620000.0,
        "BankLiabilities": 130000.0,
        "GroupPayables": 0.0,
        "TradePayablesDueAfter1Year": 0.0,
        "BankLiabilitiesDueAfter1Year": 0.0,
        "GroupPayablesDueAfter1Year": 0.0
      },
      "OtherFinancials": {
        "WorkingCapital": 4100000.0,
        "NetWorth": 7200000.0,
        "ContingentLiabilities": "NO"
      },
      "Ratios": {
        "PreTaxProfitMargin": 17.26,
        "ReturnOnCapitalEmployed": 11.31,
        "ReturnOnTotalAssetsEmployed": 7.42,
        "ReturnOnNetAssetsEmployed": 23.78,
        "SalesOrNetWorkingCapital": 5.88,
        "StockTurnoverRatio": 14.18,
        "DebtorDays": 43.95,
        "CreditorDays": 21.97,
        "CurrentRatio": 1.35,
        "LiquidityRatioOrAcidTest": 1.04,
        "CurrentDebtRatio": 0.4,
        "Gearing": 26.39,
        "EquityInPercentage": 58.16,
        "TotalDebtRatio": 0.62
      }
    }
  ],
  "LocalFinancialStatements": [
    {
      "Type": "LocalFinancialsCSUS",
      "YearEndDate": "2025-12-31",
      "NumberOfWeeks": 52,
      "Currency": "USD",
      "ConsolidatedAccounts": true,
      "AuditQualification": "No Adverse Comments",
      "ProfitAndLoss": {
        "Turnover": 28400000.0,
        "Exports": 3200000.0,
        "CostOfSales": 14200000.0,
        "GrossProfit": 14200000.0,
        "OperatingProfit": 5600000.0,
        "Depreciation": 480000.0,
        "ProfitAfterTax": 2140000.0,
        "ProfitBeforeTax": 5355000.0,
        "Dividends": 500000.0,
        "RetainedProfit": 1640000.0,
        "WagesAndSalaries": 9800000.0,
        "DirectorsRemuneration": 840000.0,
        "InterestExpense": 310000.0,
        "Taxation": -3215000.0,
        "AuditFees": 62000.0,
        "AmortizationDepreciation": 480000.0,
        "GrossOperatingMargin": 14200000.0,
        "OperatingIncome": 28400000.0,
        "OperatingCharges": 22800000.0,
        "OperatingResult": 5600000.0,
        "FinancialIncome": 65000.0,
        "FinancialCharges": 310000.0,
        "FinancialProfitOrLoss": -245000.0,
        "PretaxNetOperatingIncome": 5355000.0,
        "ExtraordinaryIncome": 0.0,
        "ExtraordinaryCharges": 0.0,
        "ExtraordinaryProfitOrLoss": 0.0,
        "NetResult": 2140000.0,
        "NetTurnover": 28400000.0,
        "NetExportTurnover": 3200000.0,
        "SalesOfGoods": 28400000.0,
        "ResultsOnOrdOpBefTax": 5355000.0,
        "ResultsYearBeforeTax": 5355000.0,
        "ResultsOnOrdOpAftTax": 2140000.0,
        "ProfitYearAppropriated": 2140000.0
      },
      "BalanceSheet": {
        "TangibleAssets": 4200000.0,
        "IntangibleAssets": 1060000.0,
        "TotalFixedAssets": 5840000.0,
        "TotalAssets": 13850000.0,
        "Stock": 1950000.0,
        "TradeDebtors": 3200000.0,
        "OtherDebtors": 700000.0,
        "Cash": 1750000.0,
        "MiscCurrentAssets": 210000.0,
        "TotalCurrentAssets": 8010000.0,
        "TradeCreditors": 1600000.0,
        "BankBorrowingsCurrent": 150000.0,
        "OtherShortTermFinance": 400000.0,
        "MiscCurrentLiabilities": 1050000.0,
        "TotalCurrentLiabilities": 3200000.0,
        "OtherLongTermFinance": 2100000.0,
        "TotalLongTermLiabilities": 2550000.0,
        "TotalLiabilities": 5750000.0,
        "TotalShareholdersEquity": 8100000.0,
        "RevenueReserves": 3100000.0,
        "RevaluationReserve": 0.0,
        "IssuedShareCapital": 1000000.0,
        "NetAssets": 8100000.0,
        "Creditors": 3200000.0,
        "IntangibleFixedAssets": 1060000.0,
        "TangibleFixedAssets": 4200000.0,
        "FinancialFixedAssets": 500000.0,
        "PlantAndMachinery": 1600000.0,
        "FurnitureAndVehicles": 480000.0,
        "OtherTangibleAssets": 800000.0,
        "Inventories": 1950000.0,
        "OtherStocks": 0.0,
        "OtherAmountsReceivable": 200000.0,
        "MiscellaneousCurrentAssets": 210000.0,
        "Reserves": 3100000.0,
        "MiscellaneousCurrentLiabilities": 450000.0
      },
      "OtherFinancials": {
        "CapitalEmployed": 10650000.0,
        "NetWorth": 8100000.0,
        "WorkingCapital": 4810000.0,
        "ContingentLiabilities": false,
        "BankOverdraftAndLTL": 2250000.0,
        "Cashflow": 3820000.0
      },
      "CashFlow": {
        "NetCashFlowFromOperations": 3820000.0,
        "NetCashFlowBeforeFinancing": 1240000.0,
        "NetCashFlowFromFinancing": -740000.0,
        "IncreaseInCash": 350000.0
      },
      "Ratios": {
        "CurrentRatio": 1.42,
        "PreTaxProfitMargin": 18.86,
        "ReturnOnCapitalEmployed": 12.74,
        "ReturnOnTotalAssetsEmployed": 8.32,
        "StockTurnoverRatio": 14.56,
        "DebtorDays": 41.13,
        "CreditorDays": 20.56,
        "LiquidityRatioOrAcidTest": 1.08,
        "CurrentDebtRatio": 0.39,
        "Gearing": 25.93,
        "EquityInPercentage": 58.48,
        "TotalDebtRatio": 0.61,
        "LiquidityRatioAcidTest": 1.08,
        "ReturnOnNetAssetsEmployed": 26.42,
        "AddedValuePercentage": 69.01,
        "AfdccScore": 9,
        "AverageCreditGrantedToCustomersDays": 41,
        "AverageCreditObtainedFromSuppliersDays": 21,
        "CashFlowProfitabilityPercentage": 16.97,
        "ConanHolderFailure": 20,
        "ConanHolderScore": 0.18,
        "CoverageOfCurrentAssetsPercentage": 60.0,
        "EconomicProfitabilityPercentage": 40.42,
        "ExtraordinaryResultPercentage": 0.0,
        "FinancialProfitabilityPercentage": 26.42,
        "FixedAssetFinancing": 1.39,
        "GeneralLiquidity": 2.5,
        "GlobalDebtDays": 74,
        "GrossOperatingSurplusPercentage": 33.03,
        "IntegrationRatePercentage": 69.01,
        "InventoryTurnoverOfRawMaterialsDays": 7,
        "LeasingRatePercentage": 0.0,
        "NetMarginPercentage": 7.54,
        "NetResultPercentage": 7.54,
        "NetWorkingCapitalDays": 62,
        "OperatingResultPercentage": 19.72,
        "OperatingWorkingCapitalRequirementDays": 41,
        "PeriodProductionPercentage": 100.0,
        "PreTaxResultPercentage": 18.86,
        "ProfitabilityPercentage": 33.03,
        "RestrictedLiquidity": 1.08,
        "ReturnOnInvestmentPercentage": 38.91,
        "RotationTangibleAssetsPercentage": 676.19,
        "SolvabilityPercentage": 58.48,
        "TradeMarginPercentage": 50.0,
        "TradingMarginPercentage": 50.0,
        "TreasuryDays": 15,
        "TurnoverGrowthRatePercentage": 17.84,
        "WeightOfInterestCostsPercentage": 1.09,
        "WorkingFactorPercentage": 80.28
      },
      "ActivityCode": "7221",
      "Month": 12,
      "DateOfCapture": "2026-02-28T00:00:00",
      "DepositDate": "2026-02-28T00:00:00",
      "GeneralAssemblyDate": "2026-03-15T00:00:00",
      "FinancialReportDescription": "Normal",
      "NumberOfEmployees": 312,
      "Assets": {
        "CapitalNotCalled": 0.0,
        "TotalFixedAssets": 5840000.0,
        "IntangibleAssets": 1060000.0,
        "TangibleAssets": 4200000.0,
        "FinancialAssets": 500000.0,
        "NetCurrentAssets": 8010000.0,
        "Stocks": 1950000.0,
        "AdvancedPayments": 0.0,
        "Receivables": 4100000.0,
        "TradeReceivables": 3200000.0,
        "MiscellaneousReceivables": 700000.0,
        "SecuritiesAndCash": 1750000.0,
        "AccountsOfRegularization": 0.0,
        "TotalAssets": 13850000.0
      },
      "Liabilities": {
        "ShareholdersEquity": 8100000.0,
        "ShareCapital": 1000000.0,
        "RevaluationReserve": 0.0,
        "OtherReserves": 3100000.0,
        "OtherCapitalResources": 0.0,
        "ProvisionsForRisksAndCharges": 420000.0,
        "Liabilities": 5750000.0,
        "FinancialLiabilities": 2100000.0,
        "AdvancedPaymentsReceived": 0.0,
        "TradeAccountPayables": 1600000.0,
        "TaxAndSocialLiabilities": 800000.0,
        "OtherDebtsAndFixedAssetsLiabilities": 250000.0,
        "AccountRegularization": 0.0,
        "TotalLiabilitiesAndEquity": 13850000.0
      },
      "Sig": {
        "Turnover": 28400000.0,
        "SaleOfGoods": 28400000.0,
        "PurchaseOfGoods": 14200000.0,
        "StockOfGoodsVariation": 0.0,
        "TotalTradingMargin": 14200000.0,
        "SaleOfGoodsPercentage": 100.0,
        "SaleOfGoodsProduced": 28400000.0,
        "StockedProduction": 0.0,
        "SelfConstructedAssets": 0.0,
        "TotalPeriodProduction": 28400000.0,
        "SaleOfGoodsProducedPercentage": 100.0,
        "TradingMargin": 14200000.0,
        "PeriodProduction": 28400000.0,
        "PurchaseOfRawMaterials": 580000.0,
        "DifferenceInStocksOfRawMaterials": 0.0,
        "VariousExternalPurchasesAndCharges": 8020000.0,
        "TotalAddedValue": 19600000.0,
        "TradingMarginPercentage": 50.0,
        "AddedValue": 19600000.0,
        "OperatingGrants": 0.0,
        "TaxAndDutyAndSimilarPayments": 420000.0,
        "PersonnelCharges": 9800000.0,
        "TotalGrossOperatingSurplus": 9380000.0,
        "GrossOperatingSurplusDifference": 33.03,
        "GrossOperatingSurplus": 9380000.0,
        "ChangeInReleaseOfReservesAndProvisions": 180000.0,
        "OtherOperatingIncome": 120000.0,
        "DepreciationOrAmortisation": 480000.0,
        "ChangesInOtherCharges": 210000.0,
        "TotalOperatingResult": 5600000.0,
        "OperatingSurplusPercentage": 19.72,
        "OperatingResult": 5600000.0,
        "ResultOfJointVentureTransferredFromOrToOtherPartners": 0.0,
        "FinancialIncomeOfOperatingResult": 65000.0,
        "FinancialChargesOfOperatingResult": 310000.0,
        "TotalPreTaxResult": 5355000.0,
        "OperatingResultsPercentage": 18.86,
        "ExtraodinaryIncome": 0.0,
        "ExtraordinaryCharges": 0.0,
        "TotalExtraordinaryResult": 0.0,
        "ExtraordinaryIncomePercentage": 0.0,
        "PreTaxResult": 5355000.0,
        "ExceptionalIncomeResult": 0.0,
        "EmployeeProfitSharing": 0.0,
        "TaxOnProfit": -3215000.0,
        "TotalNetResult": 2140000.0,
        "PreTaxResultPercentage": 18.86
      }
    }
  ],
  "NegativeEventsSummary": {
    "HasBankruptcy": false,
    "LiensCount": 1,
    "LiensSum": 12500.0,
    "LiensCurrency": "USD",
    "JudgmentsCount": 0,
    "UCCFilingsCount": 3,
    "CautionaryUCCFilingsCount": 1,
    "LegalItemsCount": 1,
    "LegalItemsSum": 12500.0,
    "LegalItemsCurrency": "USD",
    "DerogatoryItemsCount": 1,
    "DerogatoryItemsSum": 12500.0,
    "DerogatoryItemsCurrency": "USD",
    "PossibleOFACMatchFlag": false,
    "DerogatorySummaries": [
      {
        "Currency": "USD",
        "Type": "Lien",
        "DerogatoryType": "Lien",
        "NumberOnFile": 1,
        "TotalAmountOnFile": 12500.0,
        "DateOfLastItem": "2023-06-14",
        "CommentsOnFile": "State Tax Lien - Released 2024-01-10",
        "FilingDate": "2023-06-14",
        "Amount": 12500.0,
        "Status": "Released",
        "Description": "State Tax Lien - Released 2024-01-10"
      },
      {
        "Currency": "USD",
        "Type": "Court Action",
        "DerogatoryType": "Court Action",
        "NumberOnFile": 1,
        "TotalAmountOnFile": null,
        "DateOfLastItem": "2022-09-15",
        "CommentsOnFile": null,
        "FilingDate": "2022-09-15",
        "Amount": null,
        "Status": "Closed",
        "Description": "Commercial Dispute - Dismissed"
      }
    ],
    "Collections": [
      {
        "CollectionDate": "2022-03-01",
        "Amount": 3400.0,
        "Currency": "USD",
        "Status": "Satisfied",
        "CreditorName": "SUPPLY CO OF RHODE ISLAND"
      }
    ],
    "Applications": [
      {
        "ApplicationDate": "2025-11-20",
        "ApplicationType": "Credit Application",
        "ApplicantName": "BOB'S BURGERS LLC",
        "Status": "Approved"
      }
    ],
    "AsicPublishedNotices": null,
    "Bankruptcies": [],
    "HasNegativeEvents": true,
    "NumberOfOngoingCases": 1,
    "NumberOfClosedCases": 0,
    "NegativeEventDetails": [
      {
        "StandardizedEventType": "Court Action",
        "SourceEventType": "Commercial Litigation",
        "Currency": "USD",
        "ReportedDate": "2022-09-15",
        "ClaimDate": "2022-08-01",
        "Creditor": "HARBOR SUPPLY PARTNERS LLC",
        "Debtor": "BOB'S BURGERS LLC",
        "ClaimAmount": 18500.0,
        "AmountPaid": 18500.0,
        "AccountBalance": 0.0,
        "Status": "Closed",
        "StatusUpdateDate": "2023-02-10",
        "CollectionAgency": null,
        "CommentsOnFile": "Dispute settled out of court",
        "CourtType": "Commercial Court",
        "CourtName": "NEWPORT SUPERIOR COURT",
        "RegistryBodyIdentifier": "RI-2022-CV-04412",
        "ThirdPartyAddress": "100 Commerce Way, Providence RI 02903",
        "ThirdPartyType": "Supplier",
        "DraweeAddress": null,
        "MaturityOfBillInMonths": null,
        "CityOfDrawer": null,
        "AddressOfDrawer": null,
        "PostCodeOfDrawer": null,
        "CompanyNumberOfDrawer": null,
        "BusinessNumber": "RI-2022-CV-04412",
        "LegalFormOfDefendant": "LLC",
        "LabourCourt": null
      },
      {
        "StandardizedEventType": "Legal Event",
        "SourceEventType": "Tax Lien Filing",
        "Currency": "USD",
        "ReportedDate": "2023-06-14",
        "ClaimDate": "2023-05-30",
        "Creditor": "STATE OF RHODE ISLAND DIVISION OF TAXATION",
        "Debtor": "BOB'S BURGERS LLC",
        "ClaimAmount": 12500.0,
        "AmountPaid": 12500.0,
        "AccountBalance": 0.0,
        "Status": "Closed",
        "StatusUpdateDate": "2024-01-10",
        "CollectionAgency": null,
        "CommentsOnFile": "Lien released upon full payment",
        "CourtType": null,
        "CourtName": null,
        "RegistryBodyIdentifier": "RI-TAX-2023-L-00812",
        "ThirdPartyAddress": "One Capitol Hill, Providence RI 02908",
        "ThirdPartyType": "Government Agency",
        "DraweeAddress": null,
        "MaturityOfBillInMonths": null,
        "CityOfDrawer": null,
        "AddressOfDrawer": null,
        "PostCodeOfDrawer": null,
        "CompanyNumberOfDrawer": null,
        "BusinessNumber": "RI-TAX-2023-L-00812",
        "LegalFormOfDefendant": "LLC",
        "LabourCourt": null
      }
    ]
  },
  "BankingReport": {
    "BankName": "FIRST HARBOR BANK N.A.",
    "BankAccountNumber": "XXXX-XXXX-4821",
    "AccountType": "Business Checking",
    "AccountStatus": "Active",
    "AccountOpenDate": "2008-04-15",
    "AverageBalance90Day": 184000.0,
    "AverageBalance90DayCurrency": "USD",
    "NegativeBalanceDays90Day": 0,
    "ReturnedItemsCount90Day": 0,
    "NSFCount90Day": 0,
    "OverdraftCount90Day": 0,
    "LastVerifiedDate": "2026-04-01"
  }
}"

Configuration Support

If you're interested in adding this feature to your account, reach out to your Account Manager or Implementation Specialist on [email protected]