- 论坛徽章:
- 1
|
-- (c) xxxx Systems, 1991. All Rights Reserved.
--
-- File Name : globals.c
--
-- Directory : lrs_util\source
--
-- Author : gds
--
-- Date : 1989
--
-- Description : Global variables for all of xxxx!
--
-- Function List
-- hello
--
--
-- Modification History
--
-- Date | Issue | Author| Modification
-- --------|-------|-------|-------------------------------------------
-- 01.08.91| v1.20e| cfl | set which_curve_flag to D for defaults
-- 01.08.91| v1.20e| cfl | set current_curves[] to D for defaults
-- 12/8/91 | v1.21 | mrb | added extra variable for holiday filter
-- 1/12/91 | v1.31 | mrb | perhaps the biggest shake-up globals has
-- | | | ever had. Removed all global variables
-- | | | which were only used inside the yc calcs
-- | | | and changed any "struct curve" variables
-- | | | to be of type "PV_CURVE". Got rid of the
-- | | | time_basis variable which was never used.
-- | | | Got rid of the cash_max, fra_max, futures_max,
-- | | | swap_max and blended_max variables, all of
-- | | | which were never used. Get rid of
-- | | | selected_curve and curve_presentation
-- | | | variables, which should never be used.
-- 20.01.92| v1.30b| cfl | added bond struct size (again!)
-- 27/1/92 | v1.31 | mrb | started work for multiple yield curves.
-- | | | Put all the time/date variables into a
-- | | | structure along with all other variables
-- | | | which are required on a per currency basis.
-- | | | All the PV_CURVE pointers have gone into
-- | | | a different structure.
-- 28/1/92 | v1.31 | mrb | removed all the yield curve stuff (to make it
-- | | | static - accessed via functions)
-- 29/1/92 | v1.31 | B.D.C.| currencies array has moved home to currency.c
-- | | | and is now static
-- 30/1/92 | v1.31 | mrb | got rid of even more stuff - f_dates went into
-- | | | yc struct along with last_futures_date_loaded,
-- | | | Opt_Dates, Days_To and Calc_Days_To vanished.
-- 31/1/92 | v1.31 | mrb | Added new global - hs_id (help screen id), but
-- | | | in return got rid of mat_dates array
-- 13/2/92 | v1.31 | mrb | Got rid of glob_op_mode
-- 3/3/92 | v1.31 | mrb | Got rid of current_curves,
-- | | | return_from_yield_curve etc.
-- 23.03.92| V1.31 | MWSS | removed update_scratch_flag as it is now
-- | | | replaced by recalculate_qsp[instrument] in
-- | | | cs_defs[]
-- 02/04/92 | V1.31 | SAB | Addition of new array for Back Office
-- | | | instructions used by Confirmations
-- | | | Changed array so referenced by index(which is
-- | | | stored not the string)
-- | | |
-- | | |
还有89年的。。。化石级代码,怎么改造?? |
|