Skip to main content

LoanIQ Export Guide

Smartflow extracts structured data from credit agreements and exports it to Finastra LoanIQ in a format ready for loan booking. This guide covers what data is exported, how fields map, and how to trigger and verify an export.


What Data Smartflow Sends to LoanIQ

Smartflow exports the following categories of extracted data:

CategoryFields (examples)LoanIQ Destination
Borrower detailsLegal name, jurisdiction, LEI, tax IDBorrower profile / Customer master
Facility termsFacility type, commitment amount, currency, tenor, maturity dateFacility setup
PricingBase rate, margin, all-in rate, day count convention, payment frequencyPricing / Interest setup
PartiesAgent, arrangers, lenders, guarantors with roles and sharesParties / Shares
Conditions precedentCP line items, satisfaction statusConditions / Checklist
CovenantsType, threshold, testing frequency, calculation methodologyCovenant setup
Key datesSigning date, effective date, first drawdown, maturityTimeline / Calendar
FeesCommitment fee, arrangement fee, utilisation feeFee setup
note

The export includes only fields that have been extracted and verified (either AI-confirmed at 95%+ confidence or human-reviewed). Unverified fields are excluded by default.


Field Mapping

Smartflow fields map to LoanIQ fields based on a configurable mapping table. The default mapping follows Finastra's standard LoanIQ field schema.

Sample Mappings

Smartflow FieldLoanIQ FieldLoanIQ Screen
borrower.legal_nameCustomer.LegalNameCustomer → Summary
facility.typeFacility.FacilityTypeFacility → Summary
facility.commitment_amountFacility.GlobalCurrentAmountFacility → Summary
facility.currencyFacility.CurrencyFacility → Summary
facility.maturity_dateFacility.MaturityDateFacility → Summary
pricing.base_ratePricing.BaseRateFacility → Pricing
pricing.marginPricing.SpreadFacility → Pricing
pricing.day_countPricing.DayCountConventionFacility → Pricing
party.agentDeal.AdminAgentDeal → Parties
party.lender[].nameLender.NameFacility → Shares
party.lender[].shareLender.ProRataShareFacility → Shares
covenant.typeCovenant.TypeFacilities → Covenants
covenant.thresholdCovenant.ThresholdFacilities → Covenants
tip

Custom field mappings can be configured per institution. Contact your Smartflow implementation team to adjust mappings for non-standard LoanIQ configurations.


Export Format

Smartflow exports data in JSON format conforming to the Smartflow LoanIQ Integration Schema (v1.0).

{
"export_id": "EXP-2026-001234",
"document_id": "DOC-2026-005678",
"timestamp": "2026-03-25T10:30:00Z",
"schema_version": "1.0",
"borrower": {
"legal_name": "Acme Corporation Pte Ltd",
"jurisdiction": "Singapore",
"lei": "549300EXAMPLE000LEI01"
},
"facility": {
"type": "Term Loan",
"commitment_amount": 50000000,
"currency": "USD",
"maturity_date": "2029-03-25"
},
"pricing": {
"base_rate": "SOFR",
"margin_bps": 250,
"day_count": "ACT/360"
},
"parties": [
{
"role": "Administrative Agent",
"name": "Global Bank AG"
},
{
"role": "Lender",
"name": "Pacific Finance Ltd",
"share_pct": 40.0
}
]
}

The JSON payload is sent via Smartflow's integration API to your institution's LoanIQ middleware or direct import endpoint.


How to Trigger an Export

From the Smartflow UI

  1. Open the document in the Extraction Review screen.
  2. Ensure all required fields are verified (green checkmarks).
  3. Click Export → LoanIQ in the top-right action bar.
  4. Review the export summary showing fields to be sent.
  5. Click Confirm Export.
  6. Smartflow displays an export confirmation with:
    • Export ID
    • Timestamp
    • Number of fields exported
    • LoanIQ destination system

Automatic Export (if configured)

If your institution has enabled automatic export:

  1. Once all required fields reach Verified status, Smartflow queues the export.
  2. The export runs within 60 seconds.
  3. A notification is sent to the assigned operations officer.

What Happens on Error

Error TypeCauseWhat Smartflow Does
Connection timeoutLoanIQ endpoint unreachableRetries 3 times at 30-second intervals, then marks export as Failed
Validation errorLoanIQ rejects a field value (e.g., invalid currency code)Marks the specific field as Export Error, provides LoanIQ error message
Partial failureSome fields accepted, others rejectedMarks accepted fields as Exported, rejected fields as Export Error
Schema mismatchExport schema version incompatible with LoanIQ middlewareLogs error, alerts IT admin, export marked Failed

Resolving Export Errors

  1. Navigate to the document's Export History tab.
  2. Find the failed export and click View Details.
  3. Review the error message for each failed field.
  4. Correct the field value in Smartflow (if data issue) or contact IT (if system issue).
  5. Click Retry Export to resend only the failed fields.

How to Verify Data Landed Correctly

In Smartflow

  1. Navigate to Export History for the document.
  2. Status should show Completed with a green checkmark.
  3. Click the export to see field-level confirmation from LoanIQ.

In LoanIQ

  1. Open the deal/facility corresponding to the exported document.
  2. Verify key fields: borrower name, facility amount, maturity date, pricing.
  3. Check the Audit Trail in LoanIQ for the Smartflow import event.

Reconciliation

Smartflow provides a reconciliation report (available under Export History → Reconciliation) that shows:

  • Fields sent vs. fields received.
  • Any value transformations applied during import.
  • Timestamp comparison (Smartflow export time vs. LoanIQ receipt time).
warning

If discrepancies are found, do not manually edit LoanIQ fields. Instead, correct the data in Smartflow and re-export to maintain audit trail integrity.