Agent Forge Service

Description

Agent Forge is an end-to-end platform dedicated to empowering organizations with intelligent, ready-to-use AI agents and automation tools. The core service of Agent Forge is to connect users with a curated ecosystem of AI agents that can be seamlessly integrated into business processes, driving efficiency, innovation, and scalability.

Client Benefits

Benefits include:

  • Comprehensive agent lifecycle management from creation to deployment

  • Curated marketplace of pre-built AI agents for various business functions

  • Seamless integration with existing business applications and workflows

  • Advanced evaluation and monitoring capabilities for agent performance

  • Enterprise-grade security with OAuth2 authentication and role-based access

  • Scalable infrastructure supporting multi-tenant deployments

Data Availability

The platform provides reliable access to agent management capabilities with comprehensive metadata including trace IDs, approval workflows, performance metrics, and audit trails to ensure transparency and governance compliance.

View Documentation

Swap Trade

Description

  • This API facilitates the real-time distribution of Equity Swap Regulatory Reporting data, Allocation Confirmations, Pending Swap , Allege Accept Reject, Reg Trade Position Amendment and Realtime Alerts data from the NuvoPrime trade booking system to downstream platforms such as Traiana and Regulatory Reporting systems, via the FCO platform.
  • It processes JSON-formatted Equity Swap data from NuvoPrime, stores it in FCO for traceability, and then publishes it to the appropriate downstream systems.
  • This API is exclusively intended for use by Nuvo Prime. It is a custom implementation designed to align with the data format standards used by both upstream and downstream systems.

Data Flow Overview: * NuvoPrime → FCO API → Traiana’s Harmony give-up platform * NuvoPrime → FCO API → Regulatory Reporting platform

Client Benefits

  • This allows self-service for initiation for requests.
  • This facilitates the ingestion of Equity Swap data from external system.

Data Availability

  • Available in both UAT and Production environments.
  • Supports near real-time data updates.
View Documentation

IMS West Breaks Transition.

Description

IMS West Breaks Transition API offers client ability to retrieve Transition related Breaks information based on Account numbers. Client can request IMS West system to retrieve all the data captured as part of the break tracker for one or multiple accounts.

Client Benefit

  • Time savings and elimination of email manual follow ups.

  • Provides transparency on account setup to client.

  • Eliminated manual touch points to reduces risk.

Data Availability

  • Near real-time transparency to client for accountable actions (eliminating emails and phone calls) by accessing data in workflow tool.

  • Streamlined workflows across various teams at IMS and client.

View Documentation

IMS West New Separate Account Transition Checklist.

Description

IMS West Separate Account Transitions Checklist API offers client ability to provide data from New Separate Account transition checklist process.

IMS Transition Associate completes the information in the New Separate Account Transition checklist process and the data is retrieve by client via this API.

Client Benefit

  • Time savings and elimination of email manual follow ups.

  • Provides transparency on account setup to client.

  • Eliminated manual touch points to reduces risk.

Data Availability

  • Real time transparency to client for accountable actions (eliminating emails and phone calls) by accessing data in workflow tool.

  • Streamlined workflows across various teams at IMS and client.

View Documentation

DynamicSQL Management Service

Description

The DynamicSQL Management Service provides comprehensive application lifecycle management capabilities for text-to-SQL applications. It enables users to request new applications, manage configurations, handle approvals, and validate entitlements and RAI client credentials.

Client Benefits

Benefits include:

  • Streamlined application onboarding and approval workflows

  • Comprehensive application configuration management

  • Entitlement validation and security controls

  • RAI client credential validation

  • Application lifecycle management from request to production

Data Availability

The service ensures reliable access to application metadata, configurations, and approval status with support for filtering and pagination.

View Documentation

DynamicSQL Ingestion Service

Description

The DynamicSQL Ingestion Service provides comprehensive data ingestion capabilities for text-to-SQL applications. It enables users to upload, manage, and export various types of training data including fewshots, prompts, semantic models, ambiguity pairs, and business instructions.

Client Benefits

Benefits include:

  • Streamlined data ingestion workflows for ML model training

  • Support for multiple data formats (CSV, JSON, text)

  • Comprehensive data management and export capabilities

  • Version control for prompts and semantic models

  • Automated validation and processing of training data

Data Availability

The service ensures reliable access to ingested training data with support for pagination, filtering, and export capabilities across all data types.

View Documentation

DynamicSQL Text-to-SQL Inference Service

Description

The DynamicSQL Text-to-SQL Inference Service enables users to seamlessly convert natural language queries (NLQ) into SQL statements for efficient database interaction. The service incorporates contextual understanding through few-shot learning and historical query reconstruction to improve the accuracy and relevance of the generated SQL statements.

Client Benefits

Benefits include:

  • Real-time conversion of natural language to optimized SQL queries

  • Contextual understanding through query history and few-shot learning

  • Enhanced query accuracy with gating and relevance validation

  • Support for complex business logic and metadata-driven responses

  • Rate limiting and error handling for production environments

Data Availability

The service provides reliable access to SQL generation capabilities with comprehensive response metadata including trace IDs, gating responses, commentary, and error handling to ensure transparency and debugging support.

View Documentation

DynamicSQL Evaluation Service

Description

The DynamicSQL Evaluation Service provides comprehensive testing and validation capabilities for text-to-SQL applications. It enables users to run evaluation suites, download test results, promote models, and export artifacts for analysis and reporting.

Client Benefits

Benefits include:

  • Automated testing and validation of text-to-SQL models

  • Comprehensive evaluation metrics and reporting

  • Model promotion workflows for production deployment

  • Artifact export capabilities for analysis and documentation

  • Performance tracking and comparison across versions

Data Availability

The service ensures reliable access to evaluation results and metrics, supporting various export formats including PDF and CSV for comprehensive analysis and reporting.

View Documentation

Secured Financing Market Data Service

Description

Trigger a workflow-driven processing engine that executes the necessary operations, generates and delivers the requested market data, mapped to the specified source ID.

Client Benefits

  • This allows self-service for initiation for requests.
  • This offers market data access from internal and external sources.

Data Availability

  • Offering both UAT and PROD environements.
  • Updates in near real-time as well as End Of Day/Start Of Day
View Documentation

Webhook Notifications Receiver

Description

This endpoint accepts webhook notifications from external systems. The target schema is explicitly provided in the request path as {schemaId}. The service retrieves the registered schema for the supplied identifier, validates the incoming payload against it, and asynchronously routes the event for downstream processing.

If the supplied schemaId is unknown, inactive, or not authorized for the calling client, an error response is returned. This ensures secure, structured, real-time event integration regardless of the use case. Notifications may include a wide range of business events such as file availability, status changes, or transactional updates.

Client webhooks are self-service. The client exposes a webhook endpoint that includes the structure of its requests. We examine this structure, derive the corresponding schema, generate a schemaId, and provide it to be passed as the path variable. Our notifications API is then registered with the client's webhook endpoint (via an internal API not exposed at the gateway), enabling incoming event delivery.

On receipt, the service:

  • Validate the schemaId from the path and look up the registered schema.
  • Validate the payload against the corresponding schema.
  • Route the validated event asynchronously to the appropriate downstream workflow.

Client Benefits

  • Secure, real-time communication between external systems and internal workflows.
  • Simplifies event-driven automation by replacing manual checks or polling mechanisms.
  • Can be reused across different clients and use cases with minimal configuration changes.
  • Ensures secure, schema-based processing with full traceability for incoming events.

Data Availability

  • Data in DEV/UAT may be purged periodically.
  • Notifications are processed in near real time upon receipt.
  • Schema-validated events are routed immediately for downstream processing.
  • No persistent storage of incoming payloads unless implemented in downstream workflows.
View Documentation