Skip to content

Commit 44ca499

Browse files
nathaniel.volfangojenkins
authored andcommitted
QPR-12446 -- Add simple EquityOption support to SA-CCR
1 parent 0e33cf3 commit 44ca499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREData/ored/utilities/to_string.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ using namespace QuantLib;
4242

4343
std::string to_string(const Date& date) {
4444
if (date == Date())
45-
return "1900-01-01";
45+
return "1901-01-01";
4646

4747
char buf[11];
4848
int y = date.year();

0 commit comments

Comments
 (0)