
Lukket
Slået op
Betales ved levering
2-Week Paid PoC — Backend AI System for Indian Equities (Audit-Grade Research) Description: I am hiring a backend engineer for a 2-week paid Proof of Concept (PoC) to build a small working version of an automated investment research system for Indian equities (NSE/BSE). This is not a trading bot, not a dashboard, and not a scraping project. It is a backend-only system that: Automatically ingests official NSE/BSE filings Downloads and stores PDFs Computes SHA256 hashes Validates and parses documents Enforces BUY/HOLD rules in Python (not prompts) Generates research briefs with evidence Runs with zero manual data handling PoC Scope (2 Weeks) The PoC will cover 3–5 Indian defence stocks only. You must deliver: Automated PDF ingestion (no manual uploads, no scraping) Hashing + timestamping + duplicate prevention Structured parsing with schema validation Simple Python rule engine (example: BUY blocked if <2 filings) One research brief per stock System health report (jobs run, failures, missing data) Tech Preference Python, PostgreSQL, Pydantic, LlamaParse (or equivalent) Budget Fixed-price PoC: $300–$600 Milestone-based payments Important This PoC is a qualification stage. Only developers who pass will be considered for the full project. To Apply, Answer These: How will you discover NSE/BSE PDFs without scraping? Where will SHA256 hashing happen in your pipeline? How will you enforce BUY rules in backend code? How will the system fail safely if data is missing? Share one similar backend/compliance project. Low-effort applications will be ignored.
Projekt-ID: 40222125
89 forslag
Projekt på afstand
Aktiv 1 måned siden
Fastsæt dit budget og din tidsramme
Bliv betalt for dit arbejde
Oprids dit forslag
Det er gratis at skrive sig op og byde på jobs
89 freelancere byder i gennemsnit $502 USD på dette job

Hi there, I understand you need a backend PoC to ingest official NSE/BSE filings, hash and store PDFs, validate and parse documents, and generate evidence-backed research briefs for 3-5 Indian defence stocks. I will build a robust Python-based backend with automated PDF ingestion, SHA256 hashing, timestamping, and duplicate prevention. The system will parse filings into a strict schema using Pydantic, apply a simple rule engine (example: BUY if filings >=2), and produce one research brief per stock. PostgreSQL will house metadata and parsed data, with clean API endpoints for health reporting and audits. The approach focuses on reliability, idempotence, and clear traceability, so you can trust the output for audit-grade research. How will you discover NSE/BSE PDFs without scraping? Where will SHA256 hashing happen in your pipeline? How will you enforce BUY rules in backend code? How will the system fail safely if data is missing? What happens when a filing is malformed or out of spec? How will you handle duplicates and timestamping for audit trails? What will the health report include and how will failures be surfaced? Which APIs or CI/CD steps will you expose for deployment and monitoring? What is your plan to validate parsed data against official filings? Share one similar backend/compliance project.
$750 USD på 18 dage
8,5
8,5

Hello! I’m interested in the 2-week PoC and comfortable building audit-grade, backend-only systems in Python. 1) Discover NSE/BSE PDFs (no scraping) • Use official exchange APIs / data feeds where available (NSE/BSE corporate filings endpoints). • If direct API is limited, consume structured RSS/official announcement feeds published by exchanges (machine-readable, not HTML scraping). • Enforce domain allow-list + content-type validation (application/pdf only). 2) SHA256 Hashing Location • Immediately after download, before parsing. Pipeline: Fetch → Validate source → Store raw PDF → Compute SHA256 → Compare against DB → Reject duplicates → Persist hash + timestamp (UTC) → Parse. 3) Enforcing BUY Rules (Backend Logic) • Pure Python rule engine module (no LLM logic). • Deterministic checks (e.g., minimum filings count, recency threshold, required document types). • Supervisor layer blocks BUY if rules fail; logged with reason codes. 4) Safe Failure Design • Strict Pydantic schema validation. • Missing/invalid data triggers HOLD + audit log entry. • Job status table with retry policy and failure classification. 5) Relevant Experience Built a compliance-grade document ingestion system with hashing, versioning, and rule-based validation for financial reporting workflows (Python + Postgres). Best regards, Jasmin
$500 USD på 7 dage
7,1
7,1

Hello! I'm a senior backend engineer with 9+ years specializing in audit-grade data processing systems and automated compliance pipelines for regulated financial data. Your questions answered: 1. PDF discovery without scraping: I'll use NSE/BSE's official corporate announcements RSS feeds and direct filing indices, polling CORP/BCD endpoints for new filings by company ISIN/script code—no scraping, purely permitted machine-access patterns. 2. SHA256 hashing: At the moment of download, before any parsing or storage. Hash is computed on raw byte stream, stored in PostgreSQL, and checked against existing entries to prevent duplicate processing. 3. BUY rule enforcement in code: A Pydantic-validated schema defines required fields per filing type. Python functions evaluate rules (e.g., BUY allowed only if len(filings_last_30d) >= 2). Rules are pure logic, not LLM prompts. 4. Fail-safe behavior: Each job is idempotent and wrapped in try/catch with detailed logging. Missing data triggers a structured "incomplete" status; the health report flags gaps, the system never crashes, and downstream steps are skipped gracefully. I can deliver the PoC in 2 weeks with milestones. Can you confirm whether the rule definitions will be static config files or managed via a simple admin interface?
$500 USD på 3 dage
6,6
6,6

⭐⭐⭐⭐⭐ PDF discovery via official NSE/BSE corporate filings APIs, exchange RSS feeds, and company investor-relations endpoints—no scraping. An async Python ingestion service queues documents, computes SHA256 during download, stores hash+timestamp in PostgreSQL, and blocks duplicates before parsing. LlamaParse/Pydantic enforce schema-validated extraction; rejected files enter an audit log. A pure-Python rule engine enforces BUY/HOLD (e.g., BUY blocked when <2 validated filings). Missing/invalid data triggers safe-fail states, skipped reports, alerts, and health metrics. Research briefs are generated from validated structured data with evidence references. System health tracks jobs, failures, and gaps via scheduled workers. CnELIndia provides infra design, CI/CD, and compliance workflows; Raman Ladhani leads backend architecture, audit-grade pipelines, and delivery. Similar work: automated regulatory-filing ingestion and compliance scoring backend for a financial analytics platform.
$500 USD på 7 dage
6,3
6,3

Hi there, ★★★ Python / API Development Expert ★★★ 7+ Years of Experience ★★★ To complete this project, I will follow a systematic approach to ensure the successful development of the backend PoC for the Indian equities research system. 1. Analyze the requirements and design the architecture (8 hours) 2. Implement automated PDF ingestion and hashing functionality (12 hours) 3. Develop a structured parsing system with schema validation (10 hours) 4. Create a simple Python rule engine for BUY/HOLD enforcement (8 hours) 5. Generate research briefs and system health reports (8 hours) 6. Conduct testing and validation (6 hours) What I need from you: 1. Access to the official NSE/BSE filings and any necessary documentation 2. Clarification on the specific rules for the BUY/HOLD enforcement 3. Any additional requirements or preferences regarding the structure of research briefs I look forward to connecting at your convenience to ensure the project's success. Best Regards, TechPlus Team
$600 USD på 7 dage
6,3
6,3

Hi client, I’ve carefully reviewed your job description and have strong experience in these Backend Development, Data Management, Automation, Software Development, AI Development, PostgreSQL, Database Design, API Development, Data Processing and Python. I can build a reliable web scraping solution tailored specifically to your needs. Whether using Node.js with Puppeteer/Cheerio or Python with Selenium/BeautifulSoup, I will extract, clean, and organize your data efficiently. I also handle anti-bot protections, pagination, and full automation as required. As you can see from my profile, my web scraping reviews are excellent, reflecting my commitment to quality work. I focus on writing clean, maintainable, and scalable code because I know the difference between 99% and 100%. If you hire me, I’ll do my best until you’re completely satisfied with the result. Let’s discuss your target website and preferred data format. Thanks, Denis
$300 USD på 5 dage
5,9
5,9

Hello, I have carefully analyzed your PoC requirements and I recently delivered a backend-only compliance research system that ingested regulator-issued documents, validated them against strict schemas, enforced rule-based decisions in Python, and generated audit-grade summaries with full traceability. The system ran fully automated with hashing, duplicate prevention, and failure reporting built in from day one. For your 2-week PoC, I will design a backend pipeline that discovers NSE/BSE filings via official publication feeds and exchange endpoints (not scraping), ingests and stores PDFs, computes SHA256 hashes at ingestion time, and enforces deduplication and timestamping before persistence in PostgreSQL. I will parse documents into structured data with schema validation, implement BUY/HOLD rules strictly in Python code, generate one evidence-backed research brief per stock, and produce a system health report covering job runs, failures, and missing data. All failure paths will be explicit and safe, blocking decisions when inputs are incomplete. I am available to begin work immediately and fully committed to delivering a working, audit-grade PoC within the shortest possible timeframe and within your fixed budget, as a qualification step toward the full system. Thank you, Elenilson
$350 USD på 7 dage
5,8
5,8

Hello Dear! I write to introduce myself. I'm Engineer Toriqul Islam. I was born and grew up in Bangladesh. I speak and write in English like native people. I am a B.S.C. Engineer of Computer Science & Engineering. I completed my graduation from Rajshahi University of Engineering & Technology ( RUET). I love to work on Web Design & Development project. Web Design & development: I am a full-stack web developer with more than 10 years of experience. My design Approach is Always Modern and simple, which attracts people towards it. I have built websites for a wide variety of industries. I have worked with a lot of companies and built astonishing websites. All Clients have good reviews about me. Client Satisfaction is my first Priority. Technologies We Use: Custom Websites Development Using ======>Full Stack Development. 1. HTML5 2. CSS3 3. Bootstrap4 4. jQuery 5. JavaScript 6. Angular JS 7. React JS 8. Node JS 9. WordPress 10. PHP 11. Ruby on Rails 12. MYSQL 13. Laravel 14. .Net 15. CodeIgniter 16. React Native 17. SQL / MySQL 18. Mobile app development 19. Python 20. MongoDB What you'll get? • Fully Responsive Website on All Devices • Reusable Components • Quick response • Clean, tested and documented code • Completely met deadlines and requirements • Clear communication You are cordially welcome to discuss your project. Thank You! Best Regards, Toriqul Islam
$250 USD på 4 dage
5,6
5,6

As an experienced full-stack developer with a strong background in backend development and data processing, this project aligns perfectly with my skills and expertise. Not only have I worked intensively with tools like Python, PostgreSQL, and Pydantic, but I also specialize in tasks such as PDF ingestion, hashing & timestamping, and structured parsing—vital components needed to build an efficient Indian Equities research system. To answer your crucial questions: Firstly, I'll avoid scraping by leveraging official NSE/BSE APIs for acquiring the necessary PDFs. Secondly, SHA256 hashing will be performed at each step of ingestion, ensuring data integrity throughout the entire pipeline. Thirdly, when it comes to enforcing 'BUY' rules in Python code, I would utilize a simple yet powerful rule engine that we could discuss and tailor to your specific requirements. For instance: "BUY" blocked if <2 filings. In regards to handling missing data, I've always prioritized system stability. In your case, my approach would include safety nets such as appropriate error handling using try-except blocks and thorough logging to detect any abnormalities early on while generating related system health reports.
$300 USD på 3 dage
5,6
5,6

With my impressive 13-year career in software development and broad-ranging skills , I’m well-prepared to execute your 2-week Backend POC project with a vision and detail you would feel comfortable investing in. Regarding the discovery of NSE/BSE PDFs, a combination of using official APIs, scraping of metadata only, and deploying a robust process on identifying new filings could be employed. To ensure hashing invariably functions in your pipeline, one option is to centralize all document storage which then undergoes hashing at the point of entry. Employing Python-based libraries that cater to SHA256 should make maintaining file integrity quite seamless. I believe enforcing the BUY rules effectively could be done using Python-based rule engines. Equipped with exceptional coding acumen and knowledge of the financial domain, I am more than ready to bring this project into fruition for you. I esteem 100% reliability and will implement measures like regular system health checks, comprehensive logs, fallback strategies and efficient error handling to ensure safe failure if data is absent. Employ me for this task.
$700 USD på 3 dage
5,5
5,5

⭐Hi, I’m ready to assist you right away!⭐ I believe I’d be a great fit for your project since I have extensive experience in backend development and AI systems. My technical expertise in Python, database design, and automation align perfectly with the requirements of this project. With a keen eye on timelines and budget, my proven track record ensures timely and cost-effective project completion. I have successfully implemented similar automated systems, delivering efficient solutions that meet and exceed client expectations. This project aims to solve the critical need for automated investment research in Indian equities, streamlining document handling and research brief generation to enhance decision-making processes. If you have any questions, would like to discuss the project in more detail, or would like to know how I can help, we can schedule a meeting. Thank you, Maxim
$250 USD på 6 dage
5,6
5,6

Hi, I hope you are doing well. I understand you need a 2-week PoC backend system to automate research on Indian equities, with PDF ingestion, hashing, schema validation, and rule-based research briefs. Here’s how I would approach it: PDF Discovery: Use official NSE/BSE APIs, RSS feeds, or official filing portals to automatically discover and download PDFs — no scraping involved. Hashing & Deduplication: Compute SHA256 hashes immediately upon download and store them in PostgreSQL to prevent duplicates and maintain an audit trail. Rule Enforcement: Implement Python backend rules (e.g., BUY blocked if fewer than 2 filings) using a simple, modular rule engine to ensure compliance. Safe Failure Handling: Monitor pipeline status; missing or malformed data is flagged in a system health report, and processing continues for other stocks. Structured Parsing & Research Briefs: Use Pydantic schemas to validate parsed PDFs and generate structured research briefs with evidence. I have experience building backend automation and compliance systems using Python, PostgreSQL, and schema validation for document-heavy workflows. One similar project involved automating regulatory report ingestion and validation for financial datasets, ensuring audit-ready data pipelines. I can deliver a fully working PoC for 3–5 stocks within the 2-week window, complete with automated ingestion, hashing, rule enforcement, structured outputs, and health reporting. Best regards, Tobias
$750 USD på 7 dage
5,2
5,2

Hi, I’d love to take on this 2-week PoC to build a backend-only, audit-grade research system for NSE/BSE Indian equities. I understand the requirement for fully automated PDF ingestion, SHA256 hashing, schema-validated parsing, and Python-based BUY/HOLD rules with zero manual handling. I have prior experience designing compliance-grade pipelines and can deliver the research briefs, system health reports, and safe failure handling exactly as described. I can start immediately and structure the PoC for clarity and reliability within the two-week window. Looking forward for your positive response in the chatbox. Best Regards, Arbaz H
$500 USD på 7 dage
5,0
5,0

Hi there, If client name is unnamed, then don't include client name on the proposal ★ I’m Efanntyo, a seasoned backend engineer with extensive experience in building robust data pipelines, compliance-grade processing, and AI-assisted data extraction. For the Backend PoC for Indian Equities Research System, I will deliver a hardened, audit-ready Python backend that ingests NSE/BSE filings, stores PDFs, validates documents, and generates evidence-backed research briefs with strict schema validation via PostgreSQL and Pydantic. What you’ll get in the 2-week PoC: - Automated PDF ingestion: a resilient, scheduler-driven pipeline that discovers official filings via provider endpoints or standardized feeds (no manual uploads, no scraping), with error handling and retry strategies. - Hashing, timestamping, and duplicate prevention: SHA-256 hashing at ingest time, coupled with robust idempotency keys and a durable audit log to prevent re-processing. - Structured parsing with schema validation: using Pydantic models to validate extracted metadata and document content; schema-driven parsing to ensure consistent outputs per stock. - Simple Python rule engine: a deterministic module to enforce BUY rules (e.g., buy if filings count >= 2; otherwise HOLD) with clear unit-tested logic and no prompt-based decisions. - Research brief generation: concise, evidence-backed briefs per stock, aggregating filings, hashes, timestamps, and rule outcomes. - System health monitoring: lightweight jobs s
$400 USD på 4 dage
5,4
5,4

✋ Hi There!!! ✋ The Goal of the project:- BUILD A BACKEND ONLY AI SYSTEM FOR AUDIT GRADE INDIAN EQUITIES RESEARCH WITH AUTOMATED INGESTION AND RULE ENFORCEMENT I carefully reviewed your 2 week PoC scope covering automated NSE and BSE filings ingestion, SHA256 hashing, structured parsing, rule based BUY and HOLD enforcement, and zero manual handling. This is clearly a compliance focused backend system, not a trading bot or dashboard. With 9+ years experience as a full stack developer, I specialize in building reliable data pipelines with strict validation and audit trails. • Automated PDF ingestion with hashing, timestamping, and duplicate prevention • Schema validated parsing using Python and PostgreSQL with structured storage • Deterministic Python rule engine enforcing BUY logic with safe failure handling I will provide database management, testing, system health reporting, full source code delivery, and clean documentation. I have completed similar backend compliance and financial data processing systems. Looking forward to chat with you for make a deal Best Regards Elisha Mariam!
$251 USD på 10 dage
4,9
4,9

Hello! I am confident in delivering a top-notch backend system for automated investment research in Indian equities. With my expertise in backend development and automation, I will create a robust system that automates PDF ingestion, hashing, parsing, and research brief generation. My experience aligns perfectly with your project requirements, ensuring a successful 2-week PoC. I propose a budget of $400 for this project and a duration of 10 days. I look forward to discussing further details with you. How can I best assist you with your project needs?
$500 USD på 7 dage
4,6
4,6

I will build a 2-week paid PoC for a backend AI system, utilizing Python, PostgreSQL, and Pydantic to automate investment research for Indian equities, ingesting official NSE/BSE filings, computing SHA256 hashes, and generating research briefs with evidence, all within a fixed-price budget of $300-$600. Waiting for your response in chat! Best Regards.
$500 USD på 3 dage
4,8
4,8

As an experienced full-stack developer and data scientist, I am highly equipped to tackle the task of building your automated investment research system for Indian equities from the ground up. Being conversant with Python, PostgreSQL, and Pydantic, I'm no stranger to the tech stack you prefer. To answer your first question about discovering NSE/BSE PDFs without scraping, I would propose integrating official APIs provided by the exchange platforms themselves, effectively circumventing any scraping processes. Additionally, I recognize the importance of data integrity in finance and understand how relevant hashing is to preserve that integrity. In my proposed pipeline, SHA256 hashing will be implemented immediately after PDF ingestion and before any further processing takes place ensuring efficient elimination of duplicate data. Enforcing BUY rules will be executed through a customizable Python rule engine, where rules are defined in a clean and maintainable way. The system will continually check against such rules before generating any research briefs.
$250 USD på 7 dage
4,9
4,9

Timeline: 14 days | Cost:$550 | Proven experience Hello . I’ve solved this exact problem before and can deliver a backend-only PoC with automated filing ingestion, hashing, rule enforcement, and research briefs in 14 days. Based on my past experience, the real challenge is not parsing PDFs, but building an audit-safe pipeline with deterministic rules and fail-safe states. I would use official NSE/BSE feeds or exchange-provided APIs (not scraping), hash each PDF immediately after download before storage, enforce BUY/HOLD logic inside a Python rule layer, and hard-stop report generation if required filings are missing—logging all failures in a health table. I’ve built compliance-grade ingestion systems with hash validation and schema checks. To proceed, I just need confirmation of target defence stocks and preferred hosting environment. This is a straightforward project for me, and I’m confident in delivering a clean, audit-grade PoC backend system. Happy to go into more detail in the chat.
$550 USD på 14 dage
4,5
4,5

Hi , ❤️Your satisfaction is my priority❤️ I would like to grab this opportunity and will work till you get 100% satisfied with our work. I have carefully reviewed your job posting and applied because I am confident that I can help you. I have over 10 years of experience in the Python, Data Processing, PostgreSQL, Software Development, Backend Development, Database Design, Automation, API Development, Data Management, AI Development field and am highly skilled at delivering high-quality results. Having recently worked on a project similar to yours, I believe my skills are a good fit for your project. I will work diligently and dedicatedly to ensure the success of your project. Please contact us via chat for a more detailed consultation. I can share my experience and solutions for this project through a private chat. I have some ideas for your project and would like to see if they align with your needs. Best Regards Roman
$300 USD på 7 dage
4,3
4,3

Bangkok, Thailand
Betalingsmetode verificeret
Medlem siden dec. 8, 2025
$1500-3000 USD
$30-250 USD
₹100-400 INR / time
₹12500-37500 INR
₹1500-12500 INR
₹12500-37500 INR
$30-250 USD
₹150000-250000 INR
₹600-1500 INR
$750-1500 USD
₹1500-12500 INR
₹75000-100000 INR
$10-30 USD
₹100-400 INR / time
₹1500-12500 INR
€8-30 EUR
₹12500-37500 INR
$30-250 AUD
₹25000 INR
₹12500-37500 INR
₹600-1500 INR