Option A: CSV/JSON export
Export neutral, structured results and transmit via your standard process (e.g., SFTP drop, Enterprise Access Point ingest, or internal middleware).
Designed to fit client‑managed workflows. We don’t connect directly to Bloomberg; instead we generate clean outputs you can send through your existing Bloomberg infrastructure.
Export neutral, structured results and transmit via your standard process (e.g., SFTP drop, Enterprise Access Point ingest, or internal middleware).
For firms licensed for BLPAPI, publish selected fields from your desktop or server environment. We provide a simple mapping from extracted terms to your schema.
# pseudo‑Python from your_mapping import to_blpapi_payload payload = to_blpapi_payload({ "threshold_party_a": "USD 0", "threshold_party_b": "USD 5,000,000", "mta": "USD 250,000", "independent_amount": "USD 1,000,000", }) # send payload through your internal publisher
Documents never leave the browser unless you choose to export them. For Bloomberg workflows, you retain full control over transmission endpoints and entitlements.