Listing Thumbnail

    Wipro HOLMES™ E-KYC Financials Extractor

     Info
    Deployed on AWS
    Financials Extractor helps you to identify financial Information of an organization using its annual report.

    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

    Delivery method

    Latest version

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Wipro HOLMES™ E-KYC Financials Extractor

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (3)

     Info
    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?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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.

    Deploy the model on Amazon SageMaker AI using the following options:
    Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference  .
    Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI  .
    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:

    1. Coi value should be in Capital letter
    2. 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
    See Input Summary
    See Input Summary

    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

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.