Fin Maverick
Foundations VocabularyAccounting & ReportingEconomics & MacroQuant Methods & ProgrammingBusiness & Company AnalysisCorporate Finance & ValuationBehavioural Finance
Banking & Market InfrastructureFixed Income & RatesDerivatives & Structured ProductsPublic EquitiesTransactions & DealsPortfolio ConstructionFunds & AMCs
Private Markets & AlternativesRisk, Treasury & ControlAI & Digital FinanceStochastic Calculus & PricingWealth & Personal FinanceIndian Markets & RegulationProfessional Practice
CalculatorComparison
Frameworks
Explore Bootcamps
Equity ResearchPortfolio ManagementMutual Fund MasteryFinancial LiteracyInvestment Banking Analyst
Private Equity AnalystHedge Funds AnalystBreaking Into VCBreaking Into QuantsAI For Finance
Financial Analyst ProgramRisk Management ProgramPrivate Wealth ManagementDebt Capital MarketsDerivatives Foundation
Explore Internships
Equity Research InternMutual Fund Intern
Portfolio Management InternFinancial Literacy Intern
Explore Micro Courses

Equity Research6

Writing an Investment ThesisBuilding a Discounted Cash FlowReading an Annual Report FastReading a Sector Before a CompanySpotting Quality of Earnings Red FlagsBuilding a Revenue Forecast From Drivers

Portfolio Management3

Rebalancing: When, Why and What It CostsStrategic and Tactical Asset AllocationMeasuring Risk in a Portfolio

Mutual Fund Mastery3

Comparing Funds Without Being FooledHow a NAV Is Struck and Which Day You GetReading a Fund Factsheet Properly

Derivatives Unlocked4

Hedging a Real ExposureThe Greeks, PracticallyFutures, the Basis and What Moves ItReading an Option Payoff

AI For Finance2

Retrieval and Grounding for FinanceDocument Extraction in Finance

Breaking Into Quants4

Backtesting a StrategyHypothesis TestingCleaning Financial DataRegression for Finance

Breaking Into VC3

Sizing a MarketReading a Term Sheet as a FounderHow a Venture Round Actually Works

Financial Analyst Program4

Common Size and Trend AnalysisReading a Cash Flow StatementRatio Analysis That Says SomethingBuilding a Working Capital Schedule

Risk Management Program2

Credit Exposure and How It Is ReducedValue at Risk and What It Hides

Investment Banking Analyst3

Precedent Transactions and Why They DifferReading a Term Sheet StructurallyBuilding a Comparable Companies Table

Private Wealth Management3

Tax Aware Portfolio DecisionsBuilding a Client Risk ProfileGoal Based Planning Arithmetic

Debt Capital Markets3

Analysing an Issuer's CreditDuration and What It Does Not Tell YouBond Pricing and Yield Mechanics

Private Equity Analyst2

Fund Waterfalls and CarryThe LBO in Structure

Hedge Funds Analyst2

Short Selling MechanicsLong Short Mechanics
Courses
Explore Career Roadmaps
Investment Banking AnalystEquity Research AnalystVC AnalystPrivate Equity AnalystHedge Funds Analyst
Quant AnalystAI For FinanceFinancial Analyst ProgramPrivate Wealth ManagementDebt Capital Markets
Risk Management ProgramDerivatives FoundationPortfolio ManagementMutual Fund Mastery
PartnershipsShowdown
Log inSign up
AI, Automation & Digital Finance
1AI Foundations
Artificial Intelligence in FinanceAlgorithmNeural Networks and Deep LearningMachine LearningArtificial Intelligence vs Machine…Computer Vision in FinanceTraining Data and LabelsNatural Language Processing in Finance
2Generative AI
Generative AIGenerative AI vs Predictive AILarge Language ModelsEmbeddingsHallucinationFine TuningPrompting vs Fine TuningThe PromptThe Context WindowTool CallingGroundingVector DatabasesRetrieval Augmented GenerationRAG vs Fine Tuning
3Automation and Workflow
Workflow AutomationAutomation vs AugmentationHow to Map a…Straight-Through Processing and Exception…Robotic Process AutomationRule EnginesMachine Learning vs Rule-Based…
4Document and Operations AI
Intelligent Document ProcessingBatch vs Real-Time vs…Document Classification vs Entity…Service Level AgreementsCase ManagementHow to Document Data…Reconciliation AutomationOptical Character Recognition and Data ExtractionConfidence Scores
5Customer Systems, Identity and Digital Assets
Digital IdentityConsent ManagementBlockchain and Distributed LedgerChatbots and Conversational AIFrom Use Case to ProductionDigital Assets and TokenisationDigital SignaturesData Sharing in FinanceElectronic KYC and Digital Onboarding
6Credit and Fraud Systems
The Fraud AlertCredit Decisioning SystemsHuman in the Loop…Adverse ActionAnomaly DetectionThe Decision ThresholdCredit Score vs Credit DecisionAlert Triage and EscalationFraud Detection and Transaction MonitoringFraud Model vs Credit ModelHow to Build Human…
7Governance, Data and Vendors
AI Governance and the AI PolicyHow to Create an…Explainability and Interpretability ComparedThe AI VendorBias and Fairness in Financial AIShadow AIAccess Control and Data MinimisationCloud Computing in FinanceData Lineage and Master DataData ResidencyThe AI Use Case Register and Model InventoryThe Model Owner
8Model Performance, Monitoring and Resilience
Model DriftFalse Positives and False NegativesClassification MetricsAdversarial AttacksModel TestingBias, Fairness and Explainability…Stopping an Automated SystemModel ValidationAI Governance vs Model Risk ManagementPrompt InjectionHow to Create an…

Embeddings: Turning Text Into Numbers That Carry Meaning

An embedding turns a passage of text into a list of numbers positioned so that passages about similar things sit near each other. Positioning text that way lets a system find material by what it is about rather than by which words it contains. Closeness establishes similarity of subject and nothing else: not that a passage answers the question, not that it is correct, and not that it is the current version of anything.

Everything useful about an embedding comes from one property, and everything painful comes from the same property running backwards. Two pieces of writing about the same thing end up in the same place, and that is exactly as true of a withdrawn procedure and the procedure that replaced it as it is of a question and its answer. Both halves of that sentence hold at once, and everything below follows from holding them together. How the numbers are produced is covered separately, and is not needed here.

What is an embedding, and what does turning text into numbers achieve?

A familiar starting point. Somebody walking into a vegetable market for the first time can still find coriander in about forty seconds, with no list of shop names in hand. The sellers have arranged themselves so that the leafy things are together, the roots are together, and the dry goods are at the far end. Nobody searches the market by name. A shopper walks to the part of it that is about the thing wanted, and looks at whatever is within reach.

An embeddingA piece of text represented as a position, so that pieces of text about similar subjects sit near each other. does that to writing. Take one passageOne piece of a document, small enough to be a useful answer on its own rather than a whole file to read. of text, a paragraph or a clause, and hand it to a component that returns a long list of numbers. The list of numbers is the passage's positionThe list of numbers standing for one passage, which is only ever useful in comparison with the positions of other passages.. On its own it means nothing at all and there is nothing to read in it. A position becomes useful the moment there is a second position to compare it with. The arrangement has one property built into it: passages about similar subjects come out near each other, and passages about unrelated subjects come out far apart.

Like sitting near like is the entire working content of an embedding, as far as anybody deploying one needs to care. How the numbers get produced, what is being counted, why the arrangement comes out the way it does: all of that is covered separately. A retrieval arrangement can be built, bought, reviewed and broken on the single fact that like sits near like, and a broken one cannot be saved by knowing more.

Now the step that makes it a search. A question is a piece of text too. Put the question through the same component, get its position, and ask which passages sit nearest. The nearest passages come back. Nearness is the whole operation, and it is worth saying plainly what has just happened: the system compared positions and returned whatever was nearby, and it took no view whatsoever on whether any of it was useful.

A PASSAGE BECOMES A POSITION, AND SO DOES THE QUESTION INCOME AND STATEMENTS IDENTITY AND CONSENT FEES AND CHARGES EXCEPTION HANDLING THE QUESTION, PLACED THE SAME WAY THE SIX NEAREST PASSAGES WHAT IS AND IS NOT DRAWN HERE Every passage in the store sits at a position. Passages about the same subject sit near each other. The question is turned into a position the same way, and the six nearest passages come back. Nothing here decides whether any of them answers the question, is right, or is the version still in force. The drawing is flat. The real arrangement has far more directions than two and none of them is drawn. Sumeru Bank Limited, invented. 11,400 documents cut into 47,000 passages, six of them returned to each question.
Passages are placed as points and the question is placed among them by exactly the same treatment, so what comes back is whatever sits nearest, with no view taken on whether any of it answers anything.
Try it out

A question has just been turned into a position and six passages have come back. What decided which six?

What does finding by position buy that finding by words does not?

One case makes the whole arrangement worth building. Ismail Sheikh runs the exception desk at Sumeru Bank Limited, an invented mid-sized Indian bank, and a desk officer working a stopped file asks the question the way a person asks it: the applicant says he earns more than his account shows, what am I supposed to do. The procedure that answers that question is headed corroboration of stated income against salary credits. Read the two side by side. The question and the procedure title have almost no words in common, and a search built on vocabulary overlapHow many words a question and a passage literally share, which is what an ordinary word search counts. returns nothing at all.

Position does not care. Both pieces of text are about the same thing, so both land in the same part of the arrangement, and the passage comes back first. The buy is a large one at a desk where nobody has memorised the title of a procedure and everybody has a question in their own words.

Now turn it round. The reverse case is the one people forget, and it is the reason nobody sensible throws the words away. A reviewer asks for clause 4.2 of the product terms. The string clause 4.2 sits in exactly one passage, and an ordinary word search returns that passage and nothing else. Clause 4.1 and clause 4.2 are about very nearly the same subject, and the arrangement was built to put things like that together. Position, asked the same thing, returns six passages that are all about product terms, several of them about clause 4.1. Each way of searching finds precisely what the other misses. A serious store keeps both and never treats one as a replacement for the other.

EACH ONE FINDS WHAT THE OTHER CANNOT SEE FINDING BY THE WORDS THEMSELVES FINDING BY POSITION CASE ONE, A QUESTION THAT SHARES ALMOST NO WORDS WITH ITS ANSWER Asked: he earns more than his account shows, what am I supposed to do? No passage carries those words. Returned: nothing. The same question, placed as a position. The corroboration procedure sits close, though it says salary credits, not earns. Returned: the passage that answers it. CASE TWO, A QUESTION NAMING ONE EXACT THING Asked: show me clause 4.2 of the product terms. Those characters sit in one passage. Returned: exactly that one. The same question as a position. Six passages about product terms come back, several of them about clause 4.1. Returned: close, and not the one asked. Each way of searching finds exactly what the other misses. A store that throws the words away has thrown away half of its own search. Sumeru Bank Limited, invented. Both cases illustrate one store and one deployment.
A question sharing no words with the passage that answers it is invisible to a word search and close in position, while a question naming one exact clause is found precisely by words and only approximately by position.
Try it out

A reviewer types the exact reference clause 4.2 of the product terms. Which search does better, and why?

AI For Finance Bootcamp — Fin Maverick

How was one bank's document store actually prepared?

Sumeru holds 11,400 documents that a desk officer might reasonably need: policies, procedures and product terms. The documents were cut into 47,000 passages, just over four passages to a document on average. Every passage was given a position. Every passage was also given a short list of fields sitting beside it. The fields carry what the position cannot, and they are the part everybody skips.

Four steps, then, and they are not equal. The cutting step decides more about how the arrangement behaves than every step after it put together. Everything after it works on whatever the cutting produced, and no later step can recover what the cutting destroyed. Cut too large and the answer to a question is one clause buried inside eight printed sides of other material, so the passage comes back and the reader still has to go hunting. Cut too small and the clause arrives without the heading that said which product it applied to, at which point it no longer says what it meant.

Think of somebody photocopying a recipe book for a cookery class. Copy whole chapters and every student gets the right chapter and still has to find the dish. Copy individual lines and somebody ends up with add two spoons with no way of knowing two spoons of what. The choice is made once, at the photocopier, and no amount of careful filing afterwards fixes it.

FOUR STEPS TO PREPARE A STORE, AND THE SECOND ONE DECIDES THE MOST STEP 1 COLLECT 11,400 documents: policies, procedures, product terms. STEP 2 CUT 47,000 passages, just over four to a document. STEP 3 POSITION Each passage placed so like subjects sit together. STEP 4 ATTACH THE FIELDS Source, version, dates, and the accountable person. EVERYTHING AFTER THIS WORKS ON WHATEVER THIS STEP PRODUCED CUT TOO LARGE The answer is one clause inside eight pages of other material, so the reader still has to go hunting for it. CUT TOO SMALL The clause arrives without the heading that said which product it applies to, so it no longer says what it meant. Sumeru Bank Limited, invented. Every count here is the bank's own and describes one store.
A store is prepared in four steps, and the cutting step decides more than anything after it, because a passage cut too large answers nothing precisely and one cut too small has lost the context that made it an answer.
Try it out

Why does the cutting step decide more about the result than any step after it?

What has closeness established when two passages sit close together?

One thing. ClosenessHow near two positions sit, taken as a measure of how similar the two pieces of text are in subject. establishes that two passages are about similar subjects. Similarity of subject is the claim, it is the whole claim, and the arrangement was built to make exactly that claim and no other. The claim is a genuinely useful one, and an analyst who keeps it written on a card will spot most of the trouble on this subject before it costs anything.

The everyday version is a shelf in a chemist's shop. Everything on the cough and cold shelf is about coughs and colds. Being about coughs and colds is a real, load-bearing fact, and it is why a customer walks to that shelf. Being on that shelf does not mean that any particular box treats that customer's cough, that any of them works, or that any of them is still in date. The shelf sorted by subject, so subject is the only thing the shelf reports, and every other question is answered by reading the box.

Try it out

Two passages are close together. What has that established?

What has closeness not established?

Three separate assumptions get attached to closeness in practice, usually without anybody noticing they have made one, and each of them fails in its own way.

The first is that the passage answers the question. A passage can be squarely about the corroboration tolerance and say only that a tolerance exists and is set out in the schedule, pointing somewhere else for the figure itself. The passage is a perfect match on subject and no use at all. Being about a question and answering that question are two different properties, and only the first one is what the arrangement was built to find.

The second is that the passage is correct. Consider a passage stating the position wrongly, whether through a drafting slip or a change somebody applied in one place and not another. Being wrong is not a change of subject, so the wrong passage sits precisely as close to the question as the one that states the position correctly. Correctness is the assumption that fails quietly. There is no moment at which anything looks unusual.

The third is that the passage is the version in force, and the third assumption is the expensive one. A withdrawn procedure and the procedure that replaced it are about the same thing, written in the same house style, frequently differing in one clause. The two versions sit almost on top of each other. Nothing about a position records which of them anybody is supposed to be following today.

ONE CLAIM IS ESTABLISHED AND THREE MORE GET ATTACHED TO IT WHAT CLOSENESS ESTABLISHES These two passages are about similar things. That is the whole of it. One claim, and it is a claim about subject. IT ANSWERS THE QUESTION A passage can be about the tolerance and only say that a tolerance exists, pointing elsewhere for the figure. FAILS: nothing in it to use IT IS CORRECT A passage that states the position wrongly is exactly as close as one that states it right. Wrong is not a subject. FAILS: with nothing showing IT IS THE VERSION IN FORCE A withdrawn procedure and the one that replaced it are about the same thing, so they sit on top of each other. FAILS: and no repositioning helps Sumeru Bank Limited, invented. The three panels are the three assumptions this bank found attached to its own retrieval.
Closeness establishes similarity of subject, and the three things people attach to it fail separately: that the passage answers the question, that it is correct, and that it is the version currently in force.

What happens when the withdrawn version and its replacement sit on top of each other?

Take the procedure Sumeru uses to check declared income against a bank statement. The worked case on a stopped file is a declared monthly income of Rs 45,000/- against a corroborated figure of Rs 38,000/- from three months of salary credits, a gap of Rs 7,000/- which is 15.6 per cent of the declared figure and therefore above the bank's own chosen tolerance, so the file goes to a person. Version 5 of that procedure said refer the file. Version 6 replaced it, and version 6 says refer the file and record on the file the reason it was referred.

Seven words of difference. Everything else about the two passages is identical: same subject, same house style, same headings, same defined terms. The two passages therefore sit almost exactly on top of each other in the arrangement, and which of them comes back first is decided by wording so incidental that nobody could predict it in advance. When a question was phrased the way it used to be phrased, in the vocabulary people learned before the change, the withdrawn version came back first.

The failure, and the reason looking for a fault finds nothing

A supersededA version of a document that has been replaced by a newer one but is still sitting in the store. passage was returned above the version in force, the drafting assistant wrote its first draft from what it was given, and the draft said refer the file. The passage in front of it did not mention recording the reason, so the draft did not mention it either. The draft read perfectly. The draft cited a real internal procedure by name. The draft stated the bank's position exactly as that position had been before the change.

No component failed. The retrieval returned the most similar passage in the store. Returning the most similar passage is precisely what the retrieval was built and asked to do. The drafting assistant asserted only what the supplied material contained. Its instruction told it to do exactly that. The store held both versions because the bank keeps its own records, and keeping its own records is what a bank does. Every part behaved exactly as designed and the output was wrong anyway.

A hunt for the broken part therefore comes back empty, and the meeting after it goes badly. Nobody is at fault and something still has to change, and the change is to the arrangement rather than to any component inside it.

TWO PASSAGES, ONE WITHDRAWN, AND NOTHING IN THE POSITION SAYS WHICH RETURNED FIRST, AND WITHDRAWN Where the declared monthly income exceeds the corroborated figure by more than the tolerance set out in the schedule, refer the file. VERSION 5, WITHDRAWN Nothing in its position records that. THE VERSION IN FORCE, NOT RETURNED Where the declared monthly income exceeds the corroborated figure by more than the tolerance set out in the schedule, refer the file and record the reason on the file. VERSION 6, IN FORCE THE DRAFT THAT REACHED THE DESK, BUILT ON THE PASSAGE THAT CAME BACK The file is referred because the declared income exceeds the corroborated figure by more than the tolerance. It named a real procedure. It read perfectly. It left out the recording step. Every component did exactly what it was asked to do. NO COMPONENT FAILED. THE STORE HELD BOTH, AND POSITION CANNOT TELL THEM APART. Sumeru Bank Limited, invented. The two versions differ by seven words and are otherwise the same passage.
For eight questions in two hundred the withdrawn version sat closer than the current one, the retrieval returned the most similar passage as instructed, and the resulting draft stated a position that had already been changed.
Try it out

A superseded procedure ranked above the version in force and a draft was written from it. Which component failed?

Breaking Into Quants Bootcamp — Fin Maverick

How often did an old version come back instead?

Sumeru measured it, on the same 200 questions it used for its second measurement of the drafting assistant. The passage that was actually needed was among the six returned for 178 of them, or 89.0 per cent. The remaining 22 questions are the interesting part, and they are not one problem.

Of the 22, fourteen were questions whose wording shared almost nothing with the passage that answered them, and eight were questions where a superseded version of the right document sat closer than the current one. Fourteen plus eight is 22. The two halves need completely different work, so a single improvement effort aimed at the average of the 22 would have fixed neither. Splitting the 22 is what makes the number actionable.

The 200 questions, and what the misses were made ofCountShare of 200
Needed passage among the six returned17889.0 per cent
Missed: wording shared almost nothing with the answer147.0 per cent
Missed: a superseded version sat closer than the current one84.0 per cent
All questions measured200100.0 per cent

The fourteen are a cutting and wording problem. The fourteen get better by cutting passages differently, or by writing into the store the words a desk officer would actually use rather than only the words a policy drafter used. The work is patient and ordinary, and it has an obvious owner and an obvious method.

The eight are not that at all. Nothing about how those passages were cut or worded caused the miss. The right document was found; the wrong copy of it won. The eight cannot be improved away by doing the positioning better, and that is what makes them the half that matters.

TWO HUNDRED QUESTIONS, TWENTY TWO MISSES, AND TWO DIFFERENT REPAIRS ALL 200 QUESTIONS PUT TO THE STORE 178 found, being 89.0 per cent 22 missed the 22, opened out below THE 22 MISSES, NOW FILLING THE FULL WIDTH 14 shared almost no wording Fix: cut the passages differently and record the words a reader would actually use. 8 superseded versions Fix: keep the version beside the passage and filter on it before anything comes back. ONE NUMBER, 22, WOULD HAVE PRODUCED ONE IMPROVEMENT EFFORT AIMED AT NEITHER Sumeru Bank Limited, invented. 200 questions measured once, 14 plus 8 is 22, and 178 plus 22 is 200.
The 22 misses split into 14 questions whose wording shared almost nothing with their answer and 8 where a superseded version outranked the current one, and the two halves need entirely different repairs.
Try it out

22 questions missed. Why go to the trouble of separating them into 14 and 8?

Try it out

Before the control below is moved. The store keeps about one superseded version of each document. What does clearing them out do?

Play with it

What keeping old versions costs, in two readings at once

The control below changes how many superseded versions of each document are left sitting in the store. Everything else is held: 11,400 documents, 47,000 passages, six passages returned to each question, 200 questions measured. The two bars are the whole store; the list on the right is one question that was already sitting at the edge of the six, where withdrawn copies push the version in force off the end of the list.

The store as it stands keeps about 1 superseded version of each document, at which the needed passage is among the six for 89.0 per cent of questions and a withdrawn version outranks the version in force for 4.0 per cent. The 14 wording misses, being 7.0 per cent, do not depend on versions at all, so clearing every superseded version out leaves readings of 93.0 per cent and none.

superseded versions of each document left in the store: 1

Held: questions measured
200
Needed passage found
89.0%
Withdrawn one on top
4.0%
THE WHOLE STORE, AND THEN ONE QUESTION INSIDE IT 100 50 0 89.0 4.0 needed passage found, per cent withdrawn one on top, per cent ONE QUESTION AT THE EDGE, RANKED BY NEARNESS Sumeru Bank Limited, invented. A straight line through the bank's own measured point at about 1 version a document; the endpoints are its own estimate.

Educational illustration. One invented bank: 11,400 documents, 47,000 passages, six returned to each question, 200 questions measured once. The reading at about 1 superseded version a document is the bank's own measurement; the readings either side of it are its own estimate on a straight line. The 14 wording misses, being 7.0 per cent, are held fixed because nothing about versions touches them. Figures are illustrative and describe one deployment.
Financial Analyst Program Bootcamp — Fin Maverick

What has to be kept beside the position?

Everything the last section pointed at lands here. The reason the eight cannot be repositioned away is that currencyWhether a document is the version in force today, which is a fact about the record rather than about the subject it discusses. is not part of what a passage is about. Version 5 and version 6 of that procedure are about identically the same subject. Being withdrawn is a fact about the record, not about the writing, so it never shows up in the writing and it never shows up in the position.

So it goes in a field. Beside each passage, Sumeru keeps the document it came from, the version, the date it took effect, the date it was withdrawn if it has been, and the person accountable for it. Five short fields. A store missing any one of them can never be filteredChecked against the fields sitting beside a passage, deciding whether that passage is allowed to be returned at all. on that thing later. The fact was never captured, and nothing in the text can recover it.

Every one of those five will eventually need to be filtered on, and not one of them is part of the subject a passage discusses. None of them can live in the position for exactly that reason.

WHAT SITS BESIDE ONE PASSAGE, AND WHY EACH LINE IS THERE ONE PASSAGE AS THE STORE ACTUALLY HOLDS IT FIELD WHAT IT HOLDS WHAT IT IS FILTERED ON THE PASSAGE Where the declared income exceeds nothing, this is the text itself SOURCE DOCUMENT Income corroboration procedure which document an answer came from VERSION Version 6 the version in force only EFFECTIVE DATE the day it took effect what was in force on a given day WITHDRAWAL DATE blank while it is in force excluding withdrawn versions ACCOUNTABLE PERSON the person who signs it off who to ask when it is wrong None of these five is part of what the passage is about, which is exactly why none can live in the position. Sumeru Bank Limited, invented. No date is stated as fact anywhere here; the fields are named, not filled with real dates.
Beside each passage sit the document it came from, its version, the date it took effect, the date it was withdrawn if it was, and the person accountable for it, and a store missing any of them cannot be filtered on that thing later.
Try it out

Which set below is made entirely of fields that must sit beside a passage rather than inside its position?

Would a better way of positioning passages fix any of this?

The meeting that follows the failure goes the same way everywhere. Somebody proposes a better arrangement: position the passages differently, use a component that places them more carefully, put more work into how the store is built. A better arrangement sounds like the responsible answer and is the wrong one, and knowing why saves a quarter of somebody's year.

One question settles any property the retrieval has to respect: is the property part of the subject the passage discusses? If it is, the position can carry it. The position was built to carry subject. The clause covered, the product it applies to, the step of a process it describes: all of those are subject, and a better arrangement genuinely helps with every one of them.

If it is not part of the subject, no arrangement of positions will ever carry it, however good the arrangement gets. Whether a document is in force, when it took effect, who signed it, whether a customer is allowed to see it: none of those changes a single thing about what the passage discusses. Two documents can be identical in subject and opposite in every one of them. So the property has to be a field, and the filter on that field has to run before anything is returned rather than as a preference applied afterwards.

The before matters. Filtering afterwards means the withdrawn copies still take up places in the six that came back, so four useful passages come back instead of six and nobody can see why the answers got thinner. Filtering first and ranking what survives gives the six places to six passages worth acting on.

ONE QUESTION DECIDES WHERE A PROPERTY HAS TO LIVE Is this property part of what the passage is about? YES NO THE POSITION CARRIES IT The subject, the product it applies to, the step it describes: every one of these is what the passage is about. EXAMPLES THAT BELONG HERE what the clause is about which product it covers IT HAS TO BE A FIELD BESIDE IT Whether it is in force, when it took effect, who signed it: none of these changes what the passage is about. EXAMPLES THAT BELONG HERE version, effective date, withdrawal date who may see it, accountable person GET THIS WRONG AND THE PROBLEM IS ONE NO BETTER POSITIONING WILL EVER REACH Sumeru Bank Limited, invented. The test is stated here as this bank applied it to its own store.
One question settles where a property has to live: if it is part of what the passage is about the position can carry it, and if it is not then no arrangement of positions ever will and it has to be a field to filter on.
Try it out

Would a better way of positioning passages solve the superseded version problem?

Investment Banking Analyst Bootcamp — Fin Maverick Writing an Investment Thesis — free micro-course from Fin Maverick

How does a lender, a reviewer or a desk officer actually use any of this?

Three people, three different questions to ask about the same store

Revathi Balan, signing off a retrieval arrangement that supports a customer-facing chain, does not ask how accurate the retrieval is. She asks what happens to a passage when the procedure behind it is replaced: does the old copy leave the store, does it stay and get excluded by a filter, or does it stay and compete. The three answers describe three different levels of risk to a customer, and only the last of them is the situation at Sumeru.

Neelima Rao, doing an independent review, goes at it from the store rather than from the output. She asks to see the fields beside a passage, and she counts how many passages have a version and a withdrawal date filled in. A store where those fields exist on paper and are blank in practice cannot be filtered on them, and that is a finding she can write up without needing to read a single generated draft.

Ismail Sheikh, running the desk, uses it to decide what his officers are being asked to check. If the retrieval filters on version before anything comes back, a desk officer checking a draft is checking whether the draft matches the passage. If it does not filter, that officer is silently also being asked to know which version is in force. Knowing that is a much bigger job, and nobody has trained them for it or costed it. A household analogy fits: somebody handed a shopping list and three receipts can check the list against the receipts. Somebody handed three receipts, with no word about which two are last month's, has been given a completely different task and not been told.

India

Where a superseded internal procedure reaches a customer

Where a regulated lender in India states a position to a customer that came from a withdrawn internal procedure, the expectations on that lender covering records, disclosure, outsourcing and the use of customer data sit with the Reserve Bank of India, and the Reserve Bank publishes its position at rbi.org.in. Where the deployer is a market intermediary rather than a lender, the equivalent expectations are set by the Securities and Exchange Board of India at sebi.gov.in. Requirements, thresholds and effective dates change, and the current position is the one published at the issuing body's own site.

How an embedding is produced or fitted is covered separately, along with the mathematics underneath the arrangement. How the passages that come back are assembled into an answer is covered separately, and so is a store of positions as a running system with its own operating and cost behaviour. The case where a component answers even though nothing useful was found is covered there too. How a component is fitted, validated or measured is covered separately.
The Risk Management Program bootcamp teaches you to set a limit framework and run it through a breach.

Sources

SourceDocumentSite
Reserve Bank of IndiaExpectations on a regulated lender covering records, disclosure, outsourcing and the use of customer datarbi.org.in
Securities and Exchange Board of IndiaEquivalent expectations where the deployer is a market intermediary rather than a lendersebi.gov.in
Bank for International SettlementsInternational supervisory material on the deployment of such arrangements by banksbis.org
Ajay Agrawal, Joshua Gans and Avi GoldfarbPrediction Machines, for the framing of a learned component as producing something a person still has to act onHarvard Business Review Press

Sumeru Bank Limited, Revathi Balan, Ismail Sheikh and Neelima Rao are invented.
Educational material. Not advice on any investment, tax, budget or market position.

← PreviousNext →
Fin Maverick Micro CoursesExplore Micro Courses
Fin Maverick BootcampsExplore Bootcamps
Fin Maverick

Finance education that ends in a job, not a certificate that gathers dust. Built for young India.

LEARN
CalculatorsFrameworksComparisonsCareersShowdown
RESOURCES
All CoursesMicro CoursesBootcampsInternships
COMPANY
AboutJob openingPartnership
LEGAL
Privacy PolicyTerms & ConditionsContent LicenseReturn & Refund Policy
© 2026 FIN MAVERICK / BUILT FOR INDIA.DO FINANCE, DO NOT JUST READ ABOUT IT.