diff --git a/india-fintech/chemical-brothers-no-geography-new-album-streaming-release.png b/india-fintech/chemical-brothers-no-geography-new-album-streaming-release.png new file mode 100644 index 0000000..788c2cf Binary files /dev/null and b/india-fintech/chemical-brothers-no-geography-new-album-streaming-release.png differ diff --git a/india-fintech/index.md b/india-fintech/index.md new file mode 100644 index 0000000..2f884bc --- /dev/null +++ b/india-fintech/index.md @@ -0,0 +1,91 @@ +# india/fintech + +--- + +## Agenda + +- Some demos +- How money moves around? + +--- + +## Ways to move money + +- NEFT/RTGS/IMPS +- UPI +- Wallets + +--- + +## How money moves + +```sql +UPDATE balance set current=current-amount WHERE id=source +UPDATE balance set current=current+amount WHERE id=destination +``` + +--- + +## How money really moves + +![](rube.jpg) + +- [Source](https://krypt3ia.wordpress.com/2011/11/15/infosec-the-worlds-largest-rube-goldberg-device/) + +--- + +# CBS (Core Banking System) + +--- + +# payments v/s transfers + +## merchant +## payer +## payee + +--- + +# payments v/s transfers + +## merchant + +business that takes your money + +## payer + +the person paying + +## payee + +someone else getting your money + +--- + +# P2M / P2P + +- Payer to Merchant +- Payer to Payee + +--- + +# wallets + +(private ledger / PPI) + +--- + +# DEMO - Paytm (P2M) + +--- + +# pre-demo + +- $1 = ₹ 73 +- Payer = NEMO +- Merchant = Paytm +- Payment Method = * + +--- + +# DEMO - UPI \ No newline at end of file diff --git a/india-fintech/rube.jpg b/india-fintech/rube.jpg new file mode 100644 index 0000000..be37228 Binary files /dev/null and b/india-fintech/rube.jpg differ