Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e.g. regression https://github.com/nefarius/nefcon.gh https://github.com/nefarius/nefcon.git https://github.com/nefarius/nefcon.repo https://github.com/nefarius/nefcon.clone #100

Open
LAEG31 opened this issue Dec 11, 2024 · 3 comments

Comments

@LAEG31
Copy link

LAEG31 commented Dec 11, 2024

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@LAEG31
Copy link
Author

LAEG31 commented Dec 11, 2024

% Zero Curve -- this data is hardcoded for now, but could be bootstrapped
% using the bootstrap method of IRDataCurve.
ZeroTimes = [3/12 6/12 1 5 7 10 20 30]';
ZeroRates = [0.033 0.034 0.035 0.040 0.042 0.044 0.048 0.0475]';
ZeroDates = daysadd(Settle,360*ZeroTimes,1);
DiscountRates = zero2disc(ZeroRates,ZeroDates,Settle);
irdc = IRDataCurve('Zero',Settle,ZeroDates,ZeroRates);

figure
plot(ZeroDates,ZeroRates)
title(['US Zero Curve for ' datestr(Settle)])

@LAEG31
Copy link
Author

LAEG31 commented Dec 17, 2024

MathWorks - Maker of MATLAB and Simulink - MATLAB ...
MathWorks
https://www.mathworks.com

jdk 1.8 openjdk /path/to/jdk/1.8 jdk 17 azul /path/to/jdk/17 netbeans 5.5 /path/to/netbeans/5.5

@LAEG31
Copy link
Author

LAEG31 commented Dec 17, 2024

MathWorks - Maker of MATLAB and Simulink - MATLAB ...
MathWorks
https://www.mathworks.com

...

org.apache.maven.plugins
maven-compiler-plugin
3.1


org.apache.maven.plugins
maven-toolchains-plugin
1.1



toolchain






1.8
openjdk




...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant