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
Quantitative Methods, Financial Data & Programming
1Probability
Probability in FinanceRandom VariableProbability DistributionsThe Normal DistributionNormal Distribution ProbabilityThe Lognormal DistributionRandomness vs Uncertainty
2Statistics and Inference
Population and SampleMean, Median and ModePrecision and AccuracyVariable TypesVariance, Standard Deviation and…Dispersion MeasuresStatistical BiasEffect SizeHypothesis TestingThe Sampling DistributionSkewnessKurtosisCovarianceConfidence IntervalArithmetic Mean vs Geometric MeanStatistical Significance vs Economic…Confidence Interval vs Prediction IntervalHow to Summarise a…
3Correlation and Regression
RegressionCorrelation and CausationOrdinary Least SquaresInteraction TermsRegression CoefficientsRegression vs ClassificationHow to Build a…Spurious CorrelationRegression, Correlation and FitResidualsMulticollinearityAutocorrelation and Partial Autocorrelation
4Time Series
Time Series in FinanceSimple, Weighted and Exponential…Moving Average CalculatorPrice, Return and Level SeriesHow to Prepare Time-Series…LagFrequencySeasonalityTimestampsTrendStationarity and the Unit RootHeteroskedasticityLeadRolling WindowsDifferencing
5Simulation and Numerical Methods
SimulationMonte Carlo SimulationHow to Run a…Numerical MethodsIterationResampling and the BootstrapPseudorandom Numbers and the SeedConvergence and ToleranceNumerical Stability
6Optimisation
OptimisationLocal and Global OptimaConstraintsConvex OptimisationThe SolverLinear ProgrammingThe Objective FunctionConstraint ViolationThe Feasible SetLagrange MultipliersQuadratic Programming
7Modelling Practice
Linear, Logistic, Ridge and…Training, Validation and Test…The ModelModel ErrorDependent and Independent VariablesThe ROC Curve and AUCWhat a Model HoldsMSE, RMSE, MAE and MAPEPrecision and RecallCross Validation and RegularisationOverfitting and UnderfittingReturn Series MeasuresSimple, Compound and Log Return
8Backtesting and Research Integrity
BacktestingBacktest vs Live PerformanceHow to Document a…How to Prevent Backtest…Out-of-Sample TestingWalk-Forward AnalysisMultiple TestingP-HackingData Snooping
9Data Quality and Structure
Data QualityThe DatasetSelection and Survivorship BiasVersioned DatasetsData Structures in FinanceData CleaningMissing Data and Null ValuesStructured Data vs Unstructured DataMissing Data vs ZeroData Validation vs Data CleaningOutliersDuplicate Records
10Programming for Finance
Data PipelinesAPIs for Financial DataAPI vs CSV FileDatabases in FinancePython for FinanceJoinsSQL for FinanceThe Analysis Workflow
11Quantitative Research
Research DesignThe Data Generating ProcessReproducibilityPeer Review in Analytical WorkThe Research HypothesisRobustness and Sensitivity

Numerical Methods: Solving What Cannot Be Solved Exactly

No formula can be rearranged to produce the answer, so a numerical method finds it by approximation. The Nakshatra ladder starts at Rs 100/-, grows by a monthly rate and has Rs 2/- taken off it every month. Ask which rate carries it to Rs 120/- in twelve months and that rate sits inside a twelfth power and under a division at the same time. Nothing rearranges, so the rate has to be found by search instead.

Most of school arithmetic trains one reflex: move the unknown to one side and read it off. The reflex works so consistently that when it stops working, the natural conclusion is that a step has been forgotten. It has not. There is a large and ordinary class of questions where the unknown genuinely cannot be moved to one side, and the working answer to all of them looks the same: guess, check, and improve the guess in a disciplined way until the remaining error is smaller than anyone need care about.

Guessing and improving in a disciplined way is a numerical method, and a numerical method is not a lesser kind of answer. The accuracy of an approximation is chosen and paid for rather than handed over by the question, so an answer produced by approximation can be more accurate than one produced by algebra. Three such methods sit side by side below, on one arithmetic rule small enough to hold in the head, and they differ in what each needs, what each gives back, and what each costs.

What arrives already settled?

Three things arrive finished. First, one complete numerical method, built end to end earlier: write down a shape for what a month can do, generate a very large number of invented twelve month histories from it, and count the share that finished below where they began. Second, what a standard errorHow far a figure built from a limited number of draws usually lands from the quantity it was built to estimate. More draws pull it in, and they pull it in slowly. is, and why a lone figure with nothing attached to it is an incomplete answer rather than a confident one. Third, that an invented assumption can be enumerated exactly, so an estimate here can always be set beside the truth it is estimating.

The comparison is what is new. How a rule is repeated until a condition is met is covered separately. Choosing between the three methods, and paying for a wrong choice, is the rest of the subject.

What is a numerical method, and when is one needed?

A numerical method is a rule for getting closer to an answer, applied over and over, until the remaining distance is small enough for the purpose. The definition is the whole of it. One method separates itself from another by where it starts, what its rule does, and how quickly the distance shrinks.

One is needed exactly when no closed formA finished expression that can be written down and worked out in one pass, with nothing to repeat and nothing to guess at. exists for the quantity wanted. A closed form is the comfortable case: an expression written down once, evaluated once, and finished with. Interest on a fixed sum for a fixed number of years has one. The area of a circle has one. A great many perfectly ordinary questions do not have one, and no amount of skill at rearrangingShifting an equation about until the unknown quantity stands alone on one side of the equals sign. will produce it. The absence is a property of the question rather than a gap in the person asking it.

Here is the everyday version. A household knows what it can put aside each month and knows the shopkeeper's total charge for a fridge over ten instalments. Ask what rate of interest is buried in those instalments and there is no line of algebra that hands it over. The household, and the lender in a back office with better tools, try a rate, see whether the instalments come out too high or too low, and adjust. Trying and adjusting is a numerical method run by hand, by somebody who has never heard the phrase.

Try it out

What makes a question need a numerical method rather than a formula?

Where exactly does the algebra stop, in a case that can be watched?

Take one rule, small enough to state in a sentence. Start at Rs 100/-. Each month, multiply by one plus a monthly rate, then subtract Rs 2/-. Do that twelve times. Call it the Nakshatra ladder, an invented arithmetic rule written down for teaching. The ladder is not a product, a contract or an instrument of any kind: nothing is bought, nothing is sold, nobody puts anything in and nobody takes anything out. The ladder is twelve lines of arithmetic and a name.

The Rs 100/- it starts from is the starting price of the Nakshatra unit, an invented traded unit these notes have used from the beginning. The Rs 2/- is a standing chargeA fixed amount taken off every month whatever else happened that month. The charge does not scale with anything.: fixed, monthly, indifferent to what the rate did.

Now the case that behaves. Ask at which monthly rate the ladder never moves at all, and one line of algebra answers it. If the reading is to come back to Rs 100/- after the multiplication and the subtraction, then the growth in the month has to be exactly Rs 2/-, so the rate has to be Rs 2/- over Rs 100/-, or 2.00 per cent a month. At 2.00 per cent the ladder reads exactly Rs 100.0000/- in every one of its twelve months, and that is a closed form: it was written down once and evaluated once.

THE FLAT CASE. TWELVE MONTHS AT A MONTHLY RATE OF 2.00 PER CENT The growth each month is Rs 2.00/-. The standing charge each month is Rs 2.00/-. The reading ends every month where it began. Rs 102.00/- Rs 100.00/- 0 1 2 3 4 5 6 7 8 9 10 11 12 month the growth, up Rs 2.00/- the standing charge, down Rs 2.00/- INVENTED RULE, NOT A PRODUCT
At a monthly rate of 2.00 per cent the Nakshatra ladder reads exactly Rs 100.00/- in every one of its twelve months, because the standing charge of Rs 2/- is precisely what 2.00 per cent of Rs 100/- comes to.

Now change one number in the question and watch the algebra fail. Instead of asking which rate holds the ladder still, ask which rate carries it to Rs 120/- after twelve months. Write the twelfth month reading out in full and two things happen at once. The growth compounds on itself, so the rate appears inside a twelfth power. The twelve standing charges accumulate at a size that depends on the rate they were growing against, so the rate also appears underneath a division. No rearrangement takes the rate out of both places at the same time, and that is a fact about the question rather than a shortcoming of whoever is holding the pen.

ONE RULE, TWO QUESTIONS. ONE REARRANGES AND ONE DOES NOT THE QUESTION THAT REARRANGES Which rate holds the reading still? Rs 100/- times (1 plus g) minus Rs 2/- must come back to Rs 100/- so the growth in the month, which is g times Rs 100/-, must equal Rs 2/- g = Rs 2/- over Rs 100/- = 2.00 per cent One line of algebra, and the rate stands alone. Nothing has to be repeated. THE QUESTION THAT DOES NOT Which rate reaches Rs 120/- in twelve months? Rs 100/- times (1 plus g) to the twelfth g SITS INSIDE A TWELFTH POWER minus Rs 2/- times ((1 plus g) to the twelfth minus 1), the whole of it divided by g g SITS UNDER A DIVISION AS WELL equals Rs 120/- g = (Rs 120/- plus something) to the one twelfth, minus 1 Every attempt leaves g on both sides. THE SECOND QUESTION IS NOT HARDER ALGEBRA. IT IS NOT ALGEBRA AT ALL.
The rate reaching Rs 120/- appears inside a twelfth power and underneath a division at the same time, so no rearrangement isolates it and the answer has to be searched for instead.
Try it out

The ladder is flat at 2.00 per cent a month, with a standing charge of Rs 2/- against a starting price of Rs 100/-. If the standing charge were Rs 3/- instead, at what rate would the ladder be flat, and how would that be known without running twelve months of arithmetic?

Breaking Into Quants Bootcamp — Fin Maverick

What does the same rule look like worked forwards and worked backwards?

Forwards, the ladder needs no method at all. Pick a rate, do twelve lines of arithmetic, read the answer. Five rates give five readings, and the whole table below took less effort than reading this sentence.

The Nakshatra ladder worked forwards. Rs 100/- to start, twelve months, Rs 2/- off each month. Every figure invented and computed from the stated rule.
The monthly rateWhat the twelfth month readsIs there a closed form for this?
1.00 per centRs 87.3175/-No, but none is needed going forwards
2.00 per centRs 100.0000/-Yes, and it is the only rate that has one
3.00 per centRs 114.1920/-No
4.00 per centRs 130.0516/-No
6.00 per centRs 167.4798/-No

Backwards is a different animal. The question is now which rate lands the twelfth month on Rs 120/-, and there is no line to write. The forward table has already given something worth noticing before any method is chosen. Rs 114.1920/- at 3.00 per cent is below Rs 120/-. Rs 130.0516/- at 4.00 per cent is above it. The reading rises without a single reversal as the rate rises. The three readings together are a bracketTwo values the answer is confidently taken to lie between, one on either side of it.: the answer is somewhere between 3.00 and 4.00 per cent, and it was obtained for free from arithmetic that was being done anyway.

From there, halving the bracket repeatedly closes on 3.379155 per cent a month, at which the ladder reaches Rs 120/- to nine decimal places. The step by step working of that halving is covered separately. The bracket existed, and a bracket is the entry ticket for one whole class of method.

WALK THE RULE FORWARDS AND THE ANSWER IS ALREADY BRACKETED THE WHOLE RANGE, 1.00 TO 6.00 PER CENT ZOOMED, 3.25 TO 3.50 PER CENT 90 110 130 150 170 TARGET Rs 120/- At 3.00 per cent it reads Rs 114.1920/- At 4.00 per cent it reads Rs 130.0516/- THE ANSWER IS BETWEEN THEM 1 2 3 4 5 6 the monthly rate, in per cent 118 119 120 121 122 3.379155 per cent Rs 117.9941/- Rs 121.9029/- 3.25 3.379 3.50 the monthly rate, in per cent INVENTED ARITHMETIC RULE. NO REAL SECURITY, COMPANY OR MARKET IS DESCRIBED HERE.
The ladder reads Rs 114.1920/- at 3.00 per cent and Rs 130.0516/- at 4.00 per cent, so the rate reaching Rs 120/- is bracketed between them before any search begins, and the zoomed panel shows it crossing at 3.379155 per cent.

Where these readings come from. Not from a market, and not from a book. The Nakshatra ladder is a rule of arithmetic printed in full a few paragraphs above, and each reading came out of running that rule twelve times at one stated monthly rate. Pick any row of the table and redo it yourself: Rs 100/-, multiply, take off Rs 2/-, twelve times over.

Try it out

The ladder reads Rs 114.1920/- at 3.00 per cent and Rs 130.0516/- at 4.00 per cent. What do those two readings alone already establish about the rate that reaches Rs 120/-?

AI For Finance Bootcamp — Fin Maverick

What do all numerical methods have in common?

Strip away the names and every one of them has the same four parts, in the same order.

  1. A starting position. A bracket the answer is confidently taken to sit inside, a shape already written down, or a record already held. Something to begin from.
  2. A rule that produces a new position from the current one. Halve the bracket. Draw one more future. Replay one more stretch of the record.
  3. A stopping condition. A statement, decided in advance, of what would end the work.
  4. An error agreed in advance. The distance from the true answer that has been decided to be small enough to live with.

The first three are arithmetic. Somebody could write them into a machine and never think about them again. The fourth is a judgement, and almost every argument anyone has ever had about a numerical method is an argument about the fourth part wearing the clothes of the first three. The arithmetic does not know the purpose the answer will serve, so the arithmetic cannot say how close is close enough. A tolerance that counts as close enough for a rough sizing is embarrassing for a settlement figure, and no amount of extra computing resolves the disagreement.

THE FOUR PARTS, AND ONLY ONE OF THEM IS A DECISION Three parts are arithmetic that a machine can carry. The fourth is a judgement somebody has to make and defend. 1. A STARTING POSITION A bracket, a stated shape, or a record already held. 2. A RULE THAT MAKES A NEW POSITION Halve it, draw one more, replay one more stretch. 3. A STOPPING CONDITION What would make the analyst put the pen down. not close enough yet, so go round again 4. AN ERROR AGREED IN ADVANCE This is the one that sets the stopping condition, and it is a decision rather than a calculation. Parts one to three can be handed to a machine. Part four cannot, and that is where arguments land.
Every numerical method has a starting position, a rule, a stopping condition and an accepted error, and only the last of the four is a decision rather than a calculation.
Try it out

Of the four parts every numerical method has, which one is a decision rather than a calculation?

What are the three kinds of numerical method?

Three kinds turn up over and over, and it is worth having plain names for them. Call them searching, drawing and replaying.

Searching starts with a bracket around an answer it knows is inside, and narrows it. On the ladder, a bracket of 2.00 to 6.00 per cent halves at every step and closes on 3.379155 per cent a month. The answer it produces is a single fixed number, and there is no randomness anywhere in the process: the same bracket and the same rule give the same digits every time, on any machine, in any year.

Drawing starts with a shape already written down, generates a great many made up outcomes from that shape, and counts them. On the Nakshatra unit's twelve month question, 10,000 drawn paths from seedThe number a stated arithmetic rule is started from, which fixes every value it goes on to produce. Naming it is what lets somebody else land on the same digits. 12345 said that 24.5300 per cent of them ended below the Rs 100/- they started at. Because the shape was invented rather than measured, the exact answer can be worked out by weighing all 1,820 possible combinations and it is 24.6562 per cent, so for once the estimate can be printed next to the truth. Drawing returns not a number but a number with a width: a share, plus a statement of how far out it might be.

Replaying assumes no shape at all. Replaying takes a record already held and reuses it. The fifty month record of the Nakshatra unit, carried in from earlier, holds fourteen falling months out of fifty. Fourteen in fifty is 28.00 per cent, and the truth underneath it is 26.00 per cent. Nothing was assumed and nothing was invented, and the price of that is a ceiling: replaying can never produce a month the record does not contain, and it inherits every accident of the record it was given.

Searching, drawing and replaying are three answers to three different kinds of question, not three tools competing for one job. Searching answers what value makes this come out right. Drawing answers what fraction of possible outcomes do this. Replaying answers what would have happened had this repeated. Asking one of them the other one's question is the whole of the failure set out at the end of this guide.

WHAT EACH KIND MUST BE GIVEN, AND WHAT IT HANDS BACK SEARCHING GIVEN 2.00 6.00 A bracket it is sure the answer sits inside. HANDS BACK 3.379155 per cent One number, and nothing else. DRAWING GIVEN five values and their weights A stated shape, a generator, and a named seed. HANDS BACK 24.5300 per cent A share, plus a width. Truth: 24.6562. REPLAYING GIVEN the months actually held A record, and no assumption about what produced it. HANDS BACK 28.00 per cent fell A spread. Truth: 26.00 per cent. ALL FIGURES INVENTED. THREE DIFFERENT QUESTIONS, NOT THREE TOOLS FOR ONE JOB.
Searching is given a bracket and returns one number, drawing is given a stated shape and returns a share with an error attached, and replaying is given a record and returns a spread bounded by how much record exists.
Risk Management Program Bootcamp — Fin Maverick

How do the three kinds differ, criterion by criterion?

Five questions sort them completely: what each must be given, what each returns, how fast its error falls, what makes it fail, and whether its answer repeats exactly.

Three kinds of numerical method against five criteria. Every figure invented and computed from the stated rules in this guide.
CriterionSearchingDrawingReplaying
What it must be givenA bracket and a rule for narrowing itA stated shape, a generator and a named seedA record already held
What it returnsOne numberA share, with an error attachedA spread of outcomes
How fast the error fallsHalves at every stepHalves only when the draws go up four timesDoes not fall with effort at all; it is capped by how much record exists
What makes it failA bracket that does not actually contain the answerA shape that is wrong, however many draws are takenA record that is not representative of what comes next
Does the answer repeat exactlyYes, alwaysOnly if the seed is statedOnly if the seed is stated, wherever any reshuffling is involved

The third row is the one that decides which method is affordable. Two of the three have an error that can be bought down by working harder, and they charge wildly different prices for it. The third does not offer the trade at all: a record of fifty months stays a record of fifty months no matter how long anyone sits with it.

Try it out

A single fixed number is wanted, and it can be bracketed between two values. Which kind should be reached for, and what does choosing drawing instead cost?

Try it out

A bracket halves at every step, and a drawn error halves every time the draws go up four times. To match sixteen bracket steps, by roughly what factor would the draws have to rise? The answer is worth an order of magnitude guess first.

How fast does each kind close in on an answer?

The two speeds are usually taught as though they were variations on one theme. Halving a bracket and halving a drawn error are nothing of the kind.

A bracket that halves at every step is a factor of two per step. Sixteen steps take the bracket on the ladder from 4.00 percentage points wide down to about 0.00006 of a percentage point, and twenty two steps take it below one hundred millionth. Each step is one pass of twelve lines of arithmetic. The whole search could be done on paper in an afternoon.

A drawn error also halves. The error falls with the square root of the count, so the price of each halving is four times the draws. The square root here is the same law that governs a standard error, established earlier. So to buy the same sixteen halvings, the number of draws has to be multiplied by four sixteen times over. Four multiplied by itself sixteen times is 4,29,49,67,296. Drawing is not the more powerful method; it is the method for when there is nothing to bracket, and that number is precisely what having nothing to bracket costs.

THE SAME SIXTEEN HALVINGS, BOUGHT AT TWO PRICES Upward is more work. Each mark on the upright scale is one hundred times the mark below it. 1 100 10,000 10,00,000 10,00,00,000 10,00,00,00,000 4,29,49,67,296 times the draws 16 steps SEARCHING: one step buys one halving DRAWING: four times the draws per halving 0 4 8 12 16 how many times the error has been halved INVENTED ILLUSTRATION. THE RATIO IS ARITHMETIC, NOT A MEASUREMENT.
Sixteen halvings of a bracket take sixteen steps, and sixteen halvings of a drawn error take 4,29,49,67,296 times the draws, which is what having nothing to bracket costs.
Try it out

The monthly rate can be slid through its settings in search of the one that lands the ladder exactly on Rs 120/-. Is an exact landing to be expected?

Play with it

Walk the ladder forwards yourself, and try to land on Rs 120/-.

One control moves: the monthly rate, through 21 settings from 1.00 to 6.00 per cent in steps of 0.25. Everything else is pinned. The twelve rungs redraw as a price line, the previous setting stays on screen as a faint ghost so that the direction the whole line moved is visible, and the panel keeps the closest approach to the target so far. The panel opens at 2.00 per cent, where the ladder reads exactly Rs 100.0000/-. The flat case is the one the closed form already answers, and it is the only setting on the panel that has one. Going forwards is effortless. Landing on Rs 120/- would require going backwards, and going backwards is the one thing the panel cannot do.

Jump to a setting:
The monthly rate
2.00 per cent
Twelfth month reading
Rs 100.0000/-
Distance from Rs 120/-
Rs 20.0000/- below
Closest approach
Rs 20.0000/-

Educational illustration, built entirely on invented figures. Held constant across every setting: the starting figure of Rs 100/-, the standing charge of Rs 2/- a month, the twelve month length, and the rate itself. The rate is applied unchanged in all twelve months, and that constancy is what makes the question answerable at all. The readings are computed from the stated rule rather than looked up.

Mutual Funds Bootcamp — Fin Maverick

How is a numerical answer checked when there is nothing to check it against?

Here is the awkward part of the whole business. The reason for running a numerical method is that the answer was unavailable by any other route. So when the method hands back 3.379155 per cent, there is by construction nothing to compare it with, and a wrong implementation produces a wrong number that looks exactly as confident as a right one.

The way out is to aim the method first at a question already answerable by another route, and only afterwards at the one that is not. The ladder has one case with a closed form, so it supplies that check for nothing. The same search rule, given a bracket of 1.00 to 4.00 per cent and a target of Rs 100/-, returns 2.000000 per cent. The closed form, worked in a single line, says the flat rate is Rs 2/- over Rs 100/-, or exactly 2.00 per cent. Search and closed form agree to fifteen decimal places, and only after that does the same rule get pointed at the Rs 120/- target that nobody can check.

Skipping this step is how a broken implementation produces confident wrong numbers for years. Nothing about a wrong answer announces itself: it has the right number of digits, it arrives in the right units, and it sits in the right cell of the report. A check against a known case is the only thing that would have caught it, and it costs one extra run.

THE CHECK SHEET. RUN IT ON AN ANSWER ALREADY KNOWN THE CASE WITH A KNOWN ANSWER The target Rs 100.00/- The bracket it was given 1.00 to 4.00 per cent What the search returned 2.000000 per cent What the closed form says 2.000000 per cent THEY AGREE TO FIFTEEN DECIMAL PLACES WHAT THE CHECK CAN TELL If it agrees, the rule, the arithmetic and the stopping test are all behaving. If it disagrees, the fault is in the method rather than in the question, because the question already has an answer. ONLY NOW POINT THE SAME RULE AT THE Rs 120/- TARGET Invented figures throughout. Nothing here is a measurement of any real security, company, index or return.
A search pointed at the ladder's Rs 100/- target returns 2.000000 per cent against a closed form answer of exactly 2.00 per cent, which is how a method is checked before anybody trusts what it says about a target with no closed form.
Try it out

The search returns 3.379155 per cent and there is nothing to compare it against. What check should be run first, and what would a failure of that check indicate?

Bond Pricing and Yield Mechanics — free micro-course from Fin Maverick

Which one should be reached for, and on what grounds?

The choice is settled by one question asked before any method is picked: is what I want a single number, or a share over many outcomes?

If the answer is a single number that can be bracketed, the method is searching. A credit officer working out the rate buried in a set of instalments is in exactly this position, and so is an analyst backing out the growth figure that would justify a stated total. Searching is exact to whatever accuracy is worth paying for, it repeats to the last digit, and the accuracy costs one extra step per halving. If the answer is a share or a spread over many outcomes and the shape those outcomes come from can honestly be stated, the method is drawing. A risk team asking how often a stated set of assumptions produces a shortfall is in that position. And where no shape can honestly be stated, what remains is replaying the record held, with the answer stated plainly as bounded by the record rather than by the world.

Reaching for drawing when searching would have worked is the commonest waste of the three, and it happens because drawing feels more thorough. Ten thousand of anything looks like diligence. The pull is worth noticing for its strength: a sheet of drawn outcomes reads as careful work in a way that twenty two lines of halving does not, even when the twenty two lines gave the exact answer and the ten thousand gave an approximation with a width on it. The sensitivityHow far the answer moves when one input is nudged a little. Sensitivity says how much precision in the input is worth paying for. of the ladder near its answer is worth knowing here too: a change of one hundredth of a percentage point in the monthly rate moves the twelfth month reading by about Rs 0.1564/-, so there is a point past which more digits in the rate are decoration. Where that point falls, and how it is decided, is covered separately.

ONE QUESTION, ASKED BEFORE ANY METHOD IS PICKED WHAT IS ACTUALLY WANTED? One number, or a share over many outcomes? SEARCH A single number, and the analyst can put two values either side of it. EXACT TO ANY ACCURACY DRAW A share or a spread, and the analyst can honestly state the shape it comes from. ANSWER CARRIES A WIDTH REPLAY No shape can honestly be stated, and there is a record instead. BOUNDED BY THE RECORD one number a share, shape known a share, shape unknown THE WASTE THAT HAPPENS MOST: DRAWING A QUESTION THAT COULD HAVE BEEN BRACKETED
Searching suits an answer that is a single number and can be bracketed, drawing suits a share when a shape can honestly be stated, and replaying is what remains when no shape can honestly be stated.
Try it out

A colleague drew ten thousand candidate rates, kept the ones whose ladder landed near Rs 120/-, and reported the average of those with a simulation error beside it. Name what is wrong with the reported error specifically, rather than with the effort.

Ten thousand drawn rates, an honest error bar, and a settled quantity turned into an uncertain one

Somebody wants the rate that carries the ladder to Rs 120/-. Having just learned to draw outcomes from a stated shape, they reach for it. Ten thousand candidate rates are drawn between 1.00 and 6.00 per cent, each one is run through the twelve months, the ones landing within a whisker of Rs 120/- are kept, and the average of those survivors goes into the report with a respectable looking error attached. The arithmetic is correct at every step and the write up reads as careful work.

The answer to that question is a single fixed number with no randomness in it anywhere. A search would have found it exactly, in twenty two steps, on paper. The drawing produced an approximation to something that was never uncertain, and the cost lands in three places worth naming as work rather than as regret. The answer is now approximate where it could have been exact. The reported error measures how much the drawing wobbled rather than anything about the question: a real number describing the wrong thing. And every reader downstream now treats a settled quantity as an uncertain one, builds a range around it, and adds that range to whatever else they were carrying.

The fix is not a better tool but one question asked earlier: is what I want a single number, or a share over many outcomes? Drawing answers the second beautifully and wastes itself on the first. Nothing about the wasted version looks wrong from the outside. The question has to be asked before the method is chosen rather than after the report is written.

How a rule is repeated step by step until a condition is met is covered separately, so the halving above is described by what it achieves rather than worked line by line. Deciding when an answer is close enough, and how a tolerance is set and what it costs, are covered separately. Amplification, where the arithmetic itself enlarges a small error, is covered separately again. Routines for matrices, differential equations and optimisation belong elsewhere. Putting a value on any contract belongs under derivatives.
One number wants a search, a share wants a draw. See which method fits.

What would somebody need in order to reproduce every figure here?

The content above is arithmetic throughout, and arithmetic answers to no office and belongs to no market. In place of a citation, the table below hands over the machinery. Give a sceptical reader the rule, the starting figures and the settings, and they can regenerate every number above for themselves in an afternoon. A footnote would have given them considerably less.

What produced itThe exact settingWhat it yields above
The Nakshatra ladder, an invented arithmetic ruleStart at Rs 100/-. Each month multiply by one plus the monthly rate, then subtract Rs 2/-. Twelve months, rate held constant.Every reading in the forward table and every reading the panel can produce
The flat case, by one line of algebraThe standing charge of Rs 2/- divided by the starting figure of Rs 100/-2.00 per cent a month, and Rs 100.0000/- in all twelve months
The searched case, by halving a bracketBracket 2.00 to 6.00 per cent, target Rs 120/-, twenty two halvings3.379155 per cent a month, at which the twelfth month reaches Rs 120/-
The drawn case, carried in from earlierFive stated values with five stated weights, 10,000 paths, seed 12345, against all 1,820 combinations weighed exactly24.5300 per cent estimated against a true 24.6562 per cent

The Nakshatra unit, the fifty month record and the Nakshatra ladder 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.