
Overview
A part of Wipro HOLMES™ E-KYC product, Financials Extractor helps you to identify financial Information (Assets, Revenue, Currency, Date, Consolidated Assets, etc.) of an organization using the annual report of the organization. Currently annual reports of only PDF format are supported. Currently the model supports documents from US, CAN, SGP, HKG, AUS, IND geographies. The model takes input in Base64 encoding. Sample code on converting a file to Base64 string can be found in additional resources.
Highlights
- Now you can use Wipro HOLMES™ Financials Extraction module to extract financial Information about an organization. This model can be used directly inside your own products to extract and provide information about an organization.
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/host/hour |
|---|---|---|
ml.m5.2xlarge Inference (Batch) Recommended | Model inference on the ml.m5.2xlarge instance type, batch mode | $0.00 |
ml.m5.2xlarge Inference (Real-Time) Recommended | Model inference on the ml.m5.2xlarge instance type, real-time mode | $0.00 |
ml.m4.2xlarge Inference (Batch) | Model inference on the ml.m4.2xlarge instance type, batch mode | $0.00 |
Vendor refund policy
Since you are not being charged currently for the use of this software there will be no refund of any charges.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Amazon SageMaker model
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Version release notes
This is the first release of the Wipro EKCY Financial Extraction model
Additional details
Inputs
- Summary
Financials Extractor will extract financial information like company assets, consolidated assets (including subsidiaries of company), currency, company revenue, and consolidated revenue. Currently the model supports documents from US, CAN, SGP, HKG, AUS, IND geographies. Requirements for consuming the service: a. Subscription access to Amazon Sage maker and the model product. b. S3 bucket for specifying input and output locations. c. Necessary permissions to S3 locations and model packages. d. Code scripts for encoding/decoding files to/from base64 format for use in consumer scripts.
The model requires three input parameters as below and it should be in JSON format: 1)Country of incorporation (COI): In json it should be in Capital letter only 2)Company Annual Report as encoded string, 3)Company name Please find below sample input
Sample Json: { “coi”:”US”, “CompanyName”:” Organization Name”, “file”:” Company Annual Report as encoded string” }
Mandatory Input Requirements: Below mentioned parameter should be in same format:
- Coi value should be in Capital letter
- File data: Company Annual report should be in encoded string
There are two API for the Financial Extractor bot and functionality: All endpoints should be listening to port 8080. This makes things easier in later stages. • ‘/ping’ endpoint which should return empty body in the response of an http request. • ‘/invocations’ endpoint which should return the prediction value(s). Functionality of invocations:
- It will convert the encode string to decoded format and will save as document.
- Saved document is used for further processing of extraction.
- Document is passed to Region Extractor service for extracting page headers by using NLP.
- Based on headers using regex will filter the valid page.
- After validating page values got extracted and send back as below json response.
Please find below sample Json Response format: {"STATUS":"SUCCESS","VALUES":[[{"field_value":"Financial Information","field_name":"field_type"},{"field_value":"Total Assets Company","field_name":"field_name"},{"field_value":"480419000.0","field_name":"field_value"},{"field_value":"09/06/2018, 16:05:51","field_name":"download_date"},{"field_value":"Annual Report","field_name":"document_type"},{"field_value":"Extracted from Standalone statements","field_name":"comments"},{"field_value":"F:/share/india_AR/Project/ekycRestApi_27Aug/ekycFinanceService/target/ekycFinanceService-0.0.1-SNAPSHOT-bin/ekycFinanceService-0.0.1-SNAPSHOT/target/classes/uploaded_files\YONGMAO_HOLDINGS_LIMITED_2017_annotated_annual_report.pdf","field_name":"document_link"},{"field_value":"","field_name":"preview_page_link"}],[{"field_value":"Financial Information","field_name":"field_type"},{"field_value":"Total Assets Consolidated","field_name":"field_name"},{"field_value":"NOT FOUND","field_name":"field_value"},{"field_value":"09/06/2018, 16:05:51","field_name":"download_date"},{"field_value":"Annual Report","field_name":"document_type"},{"field_value":"Extracted from Consolidated statements","field_name":"comments"},{"field_value":"F:/share/india_AR/Project/ekycRestApi_27Aug/ekycFinanceService/target/ekycFinanceService-0.0.1-SNAPSHOT-bin/ekycFinanceService-0.0.1-SNAPSHOT/target/classes/uploaded_files\YONGMAO_HOLDINGS_LIMITED_2017_annotated_annual_report.pdf","field_name":"document_link"}],[{"field_value":"Financial Information","field_name":"field_type"},{"field_value":"Total Assets As of Date","field_name":"field_name"},{"field_value":"31 March 2017","field_name":"field_value"},{"field_value":"09/06/2018, 16:05:51","field_name":"download_date"},{"field_value":"Annual Report","field_name":"document_type"},{"field_value":"Extracted from Standalone statements","field_name":"comments"},{"field_value":"F:/share/india_AR/Project/ekycRestApi_27Aug/ekycFinanceService/target/ekycFinanceService-0.0.1-SNAPSHOT-bin/ekycFinanceService-0.0.1-SNAPSHOT/target/classes/uploaded_files\YONGMAO_HOLDINGS_LIMITED_2017_annotated_annual_report.pdf","field_name":"document_link"},{"field_value":"","field_name":"preview_page_link"}],[{"field_value":"Financial Information","field_name":"field_type"},{"field_value":"Local Currency of Total Assets","field_name":"field_name"},{"field_value":"RMB","field_name":"field_value"},{"field_value":"09/06/2018, 16:05:51","field_name":"download_date"},{"field_value":"Annual Report","field_name":"document_type"},{"field_value":"Extracted from Standalone statements","field_name":"comments"},{"field_value":"F:/share/india_AR/Project/ekycRestApi_27Aug/ekycFinanceService/target/ekycFinanceService-0.0.1-SNAPSHOT-bin/ekycFinanceService-0.0.1-SNAPSHOT/target/classes/uploaded_files\YONGMAO_HOLDINGS_LIMITED_2017_annotated_annual_report.pdf","field_name":"document_link"},{"field_value":"","field_name":"preview_page_link"}],[{"field_value":"Financial Information","field_name":"field_type"},{"field_value":"Total Revenue Company","field_name":"field_name"},{"field_value":"NOT FOUND","field_name":"field_value"},{"field_value":"09/06/2018, 16:05:51","field_name":"download_date"},{"field_value":"Annual Report","field_name":"document_type"},{"field_value":"Extracted from Standalone statements","field_name":"comments"},{"field_value":"F:/share/india_AR/Project/ekycRestApi_27Aug/ekycFinanceService/target/ekycFinanceService-0.0.1-SNAPSHOT-bin/ekycFinanceService-0.0.1-SNAPSHOT/target/classes/uploaded_files\YONGMAO_HOLDINGS_LIMITED_2017_annotated_annual_report.pdf","field_name":"document_link"}],[{"field_value":"Financial Information","field_name":"field_type"},{"field_value":"Total Revenue Consolidated","field_name":"field_name"},{"field_value":"574494000.0","field_name":"field_value"},{"field_value":"09/06/2018, 16:05:51","field_name":"download_date"},{"field_value":"Annual Report","field_name":"document_type"},{"field_value":"Extracted from Consolidated statements","field_name":"comments"},{"field_value":"F:/share/india_AR/Project/ekycRestApi_27Aug/ekycFinanceService/target/ekycFinanceService-0.0.1-SNAPSHOT-bin/ekycFinanceService-0.0.1-SNAPSHOT/target/classes/uploaded_files\YONGMAO_HOLDINGS_LIMITED_2017_annotated_annual_report.pdf","field_name":"document_link"},{"field_value":"","field_name":"preview_page_link"}],[{"field_value":"Financial Information","field_name":"field_type"},{"field_value":"Total Annual Revenue Year & Date","field_name":"field_name"},{"field_value":"31 March 2017","field_name":"field_value"},{"field_value":"09/06/2018, 16:05:51","field_name":"download_date"},{"field_value":"Annual Report","field_name":"document_type"},{"field_value":"Extracted from Consolidated statements","field_name":"comments"},{"field_value":"F:/share/india_AR/Project/ekycRestApi_27Aug/ekycFinanceService/target/ekycFinanceService-0.0.1-SNAPSHOT-bin/ekycFinanceService-0.0.1-SNAPSHOT/target/classes/uploaded_files\YONGMAO_HOLDINGS_LIMITED_2017_annotated_annual_report.pdf","field_name":"document_link"},{"field_value":"","field_name":"preview_page_link"}],[{"field_value":"Financial Information","field_name":"field_type"},{"field_value":"Local Currency of Total Annual Revenue","field_name":"field_name"},{"field_value":"RMB","field_name":"field_value"},{"field_value":"09/06/2018, 16:05:51","field_name":"download_date"},{"field_value":"Annual Report","field_name":"document_type"},{"field_value":"Extracted from Consolidated statements","field_name":"comments"},{"field_value":"F:/share/india_AR/Project/ekycRestApi_27Aug/ekycFinanceService/target/ekycFinanceService-0.0.1-SNAPSHOT-bin/ekycFinanceService-0.0.1-SNAPSHOT/target/classes/uploaded_files\YONGMAO_HOLDINGS_LIMITED_2017_annotated_annual_report.pdf","field_name":"document_link"},{"field_value":"","field_name":"preview_page_link"}]]}
- Input MIME type
- application/json
Resources
Support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
