commit: 2025-07-28 15:07:01

This commit is contained in:
Paul Trowbridge 2025-07-28 15:07:01 -04:00
parent 9bbaf5e4f4
commit 5c9e18f11c

View File

@ -9,9 +9,9 @@ EXEC pricing.single_price_call
@vol = 9600;
```
1.) make sure pricing schema is setup
2.) create target table: target_prices.ms.sql
3.) populate targets: target_prices_copy.ms.sql
4.) create history table: lastprice.ms.sql
5.) populate history: make_hist.ms.sql
6.) create proc: single_price_call.ms.sql
1. make sure pricing schema is setup
2. create target table: target_prices.ms.sql
3. populate targets: target_prices_copy.ms.sql
4. create history table: lastprice.ms.sql
5. populate history: make_hist.ms.sql
6. create proc: single_price_call.ms.sql