Data exports from ScotiaConnect

Data exports are how ScotiaConnect gets portal data out to treasury workstations, ERP reconciliation modules, analytics warehouses and auditor review copies. Formats range from the compact BAI2 used by North American treasury workstations through CAMT.053 for global consolidation to CSV and JSON for structured downstream loads. This reference covers the formats, delivery modes, encryption options, naming conventions and the ack workflow that keeps automated pipelines honest.

Formats and downstream fit

Short version. ScotiaConnect produces CSV and JSON for structured downstream loads, BAI2 for North American treasury workstations, CAMT.053 for ISO 20022 global consolidation, and MT940 for legacy treasury-workstation support. Format choice is a downstream question, not a portal preference.

Format choice on ScotiaConnect is almost always dictated by what the downstream system expects. A treasury workstation with a BAI2 loader will always prefer BAI2 over CAMT.053, even if both contain the same underlying information, because the loader has parsing optimizations specific to the format. A cloud data warehouse will prefer JSON over BAI2 because the JSON path avoids a custom parser. CSV sits in the middle: trivial to load, easy to reconcile, but opinionated on column order.

Multi-format export is supported. A typical pattern is scheduled BAI2 to the treasury workstation, scheduled CSV to the finance analytics team, and on-demand PDF for audit evidence. The three files share the same posting ledger, so totals reconcile across formats. The account reporting reference covers the scheduled-report side of the same data path.

Delivery, encryption and naming

Export cadence

ScotiaConnect exports run on two cadences: on-demand from the portal, and scheduled via sFTP push. Scheduled is the dominant mode for automated pipelines; on-demand covers investigations, auditor requests and spreadsheet pulls.

Scheduled sFTP delivery targets a client-provided landing directory. ScotiaConnect authenticates with the landing directory using a dedicated service account and a client-owned SSH key. File names follow a deterministic convention that embeds the account identifier, the format, the business date and the sequence number, which makes idempotent reloads straightforward on the downstream side. PGP encryption is optional, enabled most often when the landing directory is shared with a managed file-transfer hop or when the downstream system sits in a different security zone.

On-demand exports land in the reporting queue on the portal. Users receive a notification when the file is ready, download from the queue, and the file persists in the queue for a defined window before automatic cleanup. Cross-border data-handling expectations overseen by FINTRAC and related privacy frameworks shape how long export artifacts stay on the portal versus how quickly clients should move them to their own archive.

Ack and nack workflow

Short version. Clients can configure ack-file expectations on their sFTP landing directory. ScotiaConnect monitors for acks, flags missing acks to the reporting queue and retransmits either on schedule or on service-desk request. This converts silent delivery failures into visible operational signals.

The ack workflow is the difference between a scheduled export that appears reliable and one that actually is. Without an ack loop, a delivery that silently fails on the receiving side can go unnoticed for days. With an ack expectation configured, ScotiaConnect knows when the expected ack did not arrive and raises the condition on the reporting queue for the service desk or the client to action. This pattern matches the file-transfer discipline expected by treasury management teams running automated end-of-day close.

Export format matrix

Short version. The table summarizes each ScotiaConnect export format, the structure it carries, the encryption options typically applied, and the downstream system most commonly consuming it.
Export formatStructureEncryptionTypical downstream system
CSVRow-and-column, flatOptional PGPSpreadsheet, analytics warehouse
JSONNested, schema-drivenOptional PGPCloud data warehouse, API middleware
BAI2Fixed-record, section-codedOptional PGPNorth American treasury workstation
CAMT.053 (end-of-day)ISO 20022 XMLOptional PGPGlobal consolidation, SWIFT pipelines
CAMT.052 (intraday)ISO 20022 XMLOptional PGPIntraday cash positioning
MT940SWIFT flat recordOptional PGPLegacy treasury workstation
PDFPaginated human-readableNot requiredAuditor evidence package

From an integration lead

“ScotiaConnect pushes BAI2 and CAMT.053 to our landing directory on schedule, PGP-encrypted, with a deterministic file name. Our treasury workstation loader picks the files up without human touch.”

— Nuria J. CasamiquelaIntegration Lead, Cedarlight Forestry Partners

Frequently asked questions

Short version. These four questions cover formats, scheduled sFTP push, the ack workflow and PGP encryption.
Which export formats are available on ScotiaConnect?

ScotiaConnect exports CSV, JSON, BAI2, CAMT.053 and MT940. CSV and JSON cover structured and semi-structured downstream use. BAI2, CAMT.053 and MT940 cover treasury-workstation ingestion and global consolidation.

PDF is also available for auditor evidence packages, although it is not suitable for automated downstream processing.

Can exports be pushed automatically over sFTP?

Yes. ScotiaConnect supports scheduled sFTP push of exports to a client-provided landing directory, using a deterministic file-naming convention and an optional PGP encryption layer for files that traverse shared infrastructure.

Most mid-market clients run scheduled sFTP for daily flows and keep on-demand portal download for ad-hoc and auditor scenarios.

How does the acknowledgement workflow work?

Clients can configure ack-file expectations on their sFTP landing directory. ScotiaConnect monitors the directory for an ack or nack response and flags missing acks to the reporting queue. Retransmission is then initiated either automatically on schedule or manually by the service desk.

The ack loop converts silent delivery failures into visible operational signals, which is the characteristic that makes scheduled exports genuinely reliable.

Is PGP encryption supported on exports?

Yes. ScotiaConnect supports PGP encryption on scheduled sFTP exports. Clients supply the public key during onboarding and rotate it on their preferred cadence. PGP is usually enabled when the landing directory is shared with third-party managed file-transfer hops.

Rotation cadence is a client policy decision. Quarterly and annual rotations are the most common choices among commercial clients.