FINRAOS / DataGenerator

DataGenerator is a Java library for systematically producing large volumes of data. DataGenerator frames data production as a modeling problem, with a user providing a model of dependencies among variables and the library traversing the model to produce relevant data sets.
http://finraos.github.io/DataGenerator
Apache License 2.0
161 stars 170 forks source link

Defined Holidays for Date Boundary Testing #303

Closed leeny324 closed 8 years ago

leeny324 commented 8 years ago

Created a Holiday class for the option to create test data for business days only

Added all caps option for varchar generation since most of the symbol ids for firms are upper case

Added tests for new additions