<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Md Golam Mubasshir Rafi</title>
    <description>The latest articles on DEV Community by Md Golam Mubasshir Rafi (@gmrafi).</description>
    <link>https://dev.to/gmrafi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1790427%2Fef3aa94c-d4f2-443a-90a1-57e9dc164fb6.jpeg</url>
      <title>DEV Community: Md Golam Mubasshir Rafi</title>
      <link>https://dev.to/gmrafi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gmrafi"/>
    <language>en</language>
    <item>
      <title>Solving IEEE-754 Floating-Point Errors in Client-Side Fintech: Introducing FinEngine</title>
      <dc:creator>Md Golam Mubasshir Rafi</dc:creator>
      <pubDate>Tue, 15 Sep 2026 19:40:32 +0000</pubDate>
      <link>https://dev.to/gmrafi/solving-ieee-754-floating-point-errors-in-client-side-fintech-introducing-finengine-3f5j</link>
      <guid>https://dev.to/gmrafi/solving-ieee-754-floating-point-errors-in-client-side-fintech-introducing-finengine-3f5j</guid>
      <description>&lt;p&gt;Modern fintech demands deterministic precision. In finance, there is no room for approximation—every minor fractional unit must remain 100% audit-compliant.&lt;/p&gt;

&lt;p&gt;Yet JavaScript, the backbone of client-side web applications, introduces structural challenges through IEEE-754 floating-point arithmetic. A single rounding drift can compound across amortization schedules and ledger balances.&lt;/p&gt;

&lt;p&gt;To address this challenge and establish local currency primitives, we launched &lt;strong&gt;FinEngine&lt;/strong&gt;—an open-source computational framework under the Centre for Fintech and Strategic Business Research (CFSBR).&lt;/p&gt;

&lt;h3&gt;
  
  
  Core Features (v0.3.0)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;@finengine/core&lt;/strong&gt;: Solves floating-point drift, introduces BDT sub-unit precision, and guarantees balanced ledger validation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;@finengine/math&lt;/strong&gt;: Deterministic engines for reducing-balance loan amortization, repayment schedules, APR, XIRR, and Debt-Burden Ratio (DBR) stress tests.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;@finengine/ui&lt;/strong&gt;: Pre-built financial micro-components and KPI calculators.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;100% Client-Side Privacy&lt;/strong&gt;: All computations run locally inside the browser. Sensitive financial information is never transmitted to an external server.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Academic &amp;amp; Software Integrity
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CrossRef DOI&lt;/strong&gt;: 10.67226/cfsbr.fe.2026.001.v1&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zenodo Archive&lt;/strong&gt;: 10.5281/zenodo.22769501&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Explore the project:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live Documentation &amp;amp; Labs: &lt;a href="https://finengine.js.org" rel="noopener noreferrer"&gt;https://finengine.js.org&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub Repository: &lt;a href="https://github.com/gmrafi/FinEngine" rel="noopener noreferrer"&gt;https://github.com/gmrafi/FinEngine&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>javascript</category>
      <category>fintech</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
