Skip to main content
DAGYAN Logo

Dagyan Insolvenz Engine (DIE)

Real-Time Corporate Default Intelligence for the German Banking Sector.

PyPI version Python Versions License: Proprietary Status


🏛 The Institutional Mandate

Zero Latency. Zero Ambiguity.

In corporate finance and supply chain logistics, a 14-day delay in recognizing a client's insolvency can result in millions of euros in unrecoverable Non-Performing Loans (NPLs). Legacy credit bureaus rely on multi-day batch processing, creating a dangerous 48-to-72-hour blind spot between a court filing and a portfolio alert.

Dagyan engineers autonomous telemetry systems that extract, vectorize, and deploy critical economic reality before it hits the public consensus. We do not guess market movements. We compute them.

⚡ The Competitive Moat

The Dagyan Python SDK provides enterprise developers and quantitative analysts with sub-second access to our edge-deployed NLP pipeline.

  • Microsecond Telemetry: Parses unstructured German insolvency notices (Insolvenzbekanntmachungen) and delivers structured JSON payloads in under 3 milliseconds.
  • Deterministic Risk Taxonomy: Algorithmic categorization into four strict legal phases: MODERATE, HIGH, CRITICAL, and TERMINAL.
  • The Dagyan Ledger: Backed by a continuously updated, proprietary archive of over 395,000+ historical German insolvency records.
  • 100% DSGVO (GDPR) Compliant: Edge-deployed and serverless. We apply a strict "Isolated Scope" security model and never pass sensitive financial data to public AI models.

⚙️ Deployment

pip install --upgrade dagyan-die

🚀 Enterprise Quickstart

The SDK is designed for zero-friction integration into existing banking infrastructures, ERPs (SAP, Ariba), or custom corporate risk monitoring systems.

from dagyan_die import DagyanClient, AuthenticationError

# 1. Initialize the Secure Pipeline
# Use the public demo key or your provisioned enterprise token
client = DagyanClient(api_key="dag_demo_key_2026")

try:
    # 2. Extract Sub-Second National Telemetry
    counts = client.get_entity_counts(scope="NATION", sector="CORPORATE")
    print(f"Active Corporate Risk Entities: {counts}")

    # 3. Pull Deterministic Risk Distribution for a Target Date
    risk_matrix = client.get_risk_summary(date="2026-08-07", scope="NATION")
    print(f"Risk Index Telemetry: {risk_matrix}")

    # 4. On-Demand Forensic Isolation & NLP Extraction
    ledger = client.get_ledger_summary(date="2026-08-07", scope="STATE", target="Bayern")
    if ledger:
        target_hash = ledger[0]["primary_notice_hash"]
        dossier = client.get_notice_summary(target_hash)
        print(f"Automated AI Risk Classification: {dossier.get('risk_reason')}")

except AuthenticationError as e:
    print(f"Connection Rejected: {e}")

🔐 Enterprise API Keys & Licensing

Dagyan handles sensitive, legal-grade corporate restructuring telemetry data. To preserve data integrity and comply with international financial monitoring standards, production API access requires institutional entity verification.

To upgrade from the sandbox environment to a live integration pipeline, or to request a 15-minute technical benchmark against your current data providers:

Note: Dagyan calculates algorithmic risk classifications for assistive evaluation purposes only. Final credit risks, logistics actions, or financial write-offs remain 100% the operational liability of the subscriber.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dagyan_die-1.0.9.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dagyan_die-1.0.9-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file dagyan_die-1.0.9.tar.gz.

File metadata

  • Download URL: dagyan_die-1.0.9.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.5

File hashes

Hashes for dagyan_die-1.0.9.tar.gz
Algorithm Hash digest
SHA256 b9d3a1f5430bfd6d7be58d15a04169f2b2778c1b283115aaec68ee8c1128d46c
MD5 52f3755560aa0811dc2825ff1a093ce1
BLAKE2b-256 9b003244dc5f84ba0300857fe1c4edac29cacc4274de36ead38494d2e452effa

See more details on using hashes here.

File details

Details for the file dagyan_die-1.0.9-py3-none-any.whl.

File metadata

  • Download URL: dagyan_die-1.0.9-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.5

File hashes

Hashes for dagyan_die-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 ed7ff9cdf1826178f2cbffb3e31d2394d7a32f9f3cdf89535ed1050f48d0912e
MD5 19a0a69767da4eea905aa2d531f76716
BLAKE2b-256 a012bcc72bea1254643753a55b2d3447bf7f277caf6715edda258ec32f47910d

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.10

2 files

This release

1.0.9 This release

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page