FTEC Info Session
FTEC Info Session
Overall Introduction
Cutting-edge Technologies:
- Novel Qiant. Tech
- AI Tech
- Blockchain Tech
- Big Data Tech
FinTech

FinTech vs. Traditional Finance
- Traditional finance
- Tech (math, CS, statistics)
- FinTech (Robo-advising, block chain, AI finance, etc)
UG Programm
Not economy degree, is a BSc
- Key Feature: Technology Empowers Finance
- Integration : Finance, Math, CS
- Tri-Curriculum : Core of Finance, Foundations of Mathematics, Computer Technology
Fundamental courses :
-
Calculus
-
Multivariable Calculus
-
ICS
Major required :
- Blockchain, Cryptocurrencies and Smart Contracts
- Academic Orientation for FTEC Students
- Module
- Combine in-class and out-class field trip
Activities
- Field Trip
- Competitions
- Math Module
- 量化交易
- BlockTrain + Finance
- Research (X programm)
- FinTech Club
Operating Financial Markets on Blockchains (区块链)
Blockchains are decentralized digital trust platforms
- decentralized : not rely on central, but by distribute computer
Trust : Human success is based on flexible cooperation in large numbers, This require trust.
- Tribal Trust
- Distributed Trust
- Institutional Trust
Blockchain
-
Consensus Layer
A public append-only data structure
- Persistence : once added, data can never be removed
- Consensus : all honest participants have the same data
- Liveness : honest participants can add new transcript
- Open : anyone can add data
-
Compute layer (blockchain computer)
DApp logic is encoded in a program (called a smart contract) that runs on blockchain
- Transparency : no single trusted third party
-
App layer
Example : DeFi is just operating financial markets on blockchain computer
DeFi is Atomic
- Option to add - all or none logic of execution for transactions interacting with multiple instruments
Use Case : Flash Loan Arbitrage | Anyone can take a very large capital loan (with no collateral), perform arbitrage, earn money and return capital, in a single transaction
Stablecoins : Bridging DeFi and TradFi
USDC (by Circle), USDT (by Tether)
Centralized Stablecoins
Note : Circle is a US listed company
LLMs in FinTech : Revolutionizing Finance with AI
LLMs: Large Language Models trained on massive texts to understand and generate language
Training Recipe :
- Pre-training : Learning to generate, and trained on large amount of unlabeled data
- Supervised Fine-Tuning : Learning to follow instructions , and trained on labeled data
- RL Training : Align with human preference, and optimized for correctness & quality
- Continual Learning : Specializing general LLMs for task-specific adaptation
- Prompt-Based (RAG) Approach
- Parameter-Based (LoRA) Approach
Trilemma in Large Language Models

From General LLM to Financial LLM
- Chatbot
- Reasoning
- Agent
- Innovator
- Organization
LLM of application :
- Multimodal Financial Big Data (Data Layer)
- Financial Knowledge, Toolchain (Model Layer)
- Chatbot, Copilot, Agent
Example 1 :Daily Market Report
Example 2 : Financial Event Analysis
AI in Quantitative Trading (QT)
Usage of mathematical models and data-driven techniques for automatic financial decision making
- Financial Asserts : Stock, Commodity, Bond, Crypto
- Financial Exchanges
The real situation :
- Direct application of fancy ML methods always fail in finance scenaros
- Overfitting on noise & garbage in garbage out always happen
- Simple linear model and human intuition still play a vital role
Low signal-to-noise ratio:
- Predictive signal is weak, unstable, and regime-dependent
- Easy to overfit on noise rather than signal
