commit: 2025-07-28 15:14:23

This commit is contained in:
Paul Trowbridge 2025-07-28 15:14:23 -04:00
parent 2e9c7b2015
commit 5ebb5f59bd

View File

@ -9,9 +9,18 @@ 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`
make sure pricing schema is setup
target prices
----------------------
1. create target table: `target_prices.ms.sql`
2. populate targets: `target_prices_copy.ms.sql`
price history
----------------------
1. create history table: `lastprice.ms.sql`
2. populate history: `make_hist.ms.sql`
proc definitions
----------------------
1. create proc: `single_price_call.ms.sql`