Serving the Quantitative Finance Community

Search found 15 matches

by chinnu
October 6th, 2006, 6:10 pm
Forum: Student Forum
Topic: Payment estimator
Replies: 4
Views: 91130

Payment estimator

Yeah. Thats true. But this is a webfront end. May be I will use google spreadsheets. my question was more on getting the formula to minimize the interest. Thanks anyways. ThanksDilip
by chinnu
October 6th, 2006, 4:33 pm
Forum: Student Forum
Topic: Payment estimator
Replies: 4
Views: 91130

Payment estimator

<t>Hello, I don't know if this is a correct place to post this kind of questions, but I am posting it anyways. I am writing a small utility that would give a payment plan to payoff Credit Cards. I take a collection of Creidt Cards and on each iteration I calculate the amount to be paid for that card...
by chinnu
December 6th, 2005, 1:36 am
Forum: Careers Forum
Topic: C# Developer
Replies: 0
Views: 127801

C# Developer

Hi all, I am a C# developer looking for Freelance Finance projects. You can contact me at wimd77@gmail.comThanksChinnu
by chinnu
December 6th, 2005, 1:31 am
Forum: Careers Forum
Topic: Where to find a programmer?
Replies: 3
Views: 128739

Where to find a programmer?

Hi, I am C# developer looking for finance projects. You can contact me at wimd77@gmail.com.Thankswimd
by chinnu
May 29th, 2003, 5:34 pm
Forum: Careers Forum
Topic: Data services technology
Replies: 3
Views: 189632

Data services technology

Hi gc, Thank you very much for your reply. The primary requirement is C++ so I hope it will involve a lot of programming. Thank youChinnu
by chinnu
May 29th, 2003, 2:57 am
Forum: Careers Forum
Topic: Data services technology
Replies: 3
Views: 189632

Data services technology

Hi all, I recently got an interview call from an investment bank in their "Data services technology" division. can some one tell me what that kind of division does in an Investment bank.Thank youChinnu
by chinnu
May 23rd, 2003, 3:02 pm
Forum: Careers Forum
Topic: Looking for a mentor
Replies: 0
Views: 189458

Looking for a mentor

<r>Hi all, I have a Master's Degree in Computer science. I am new to the world of finance. I would like to have a career in the Derivatives market. As I have very little experience in the Derivatives market no one is willing to offer me a job. So I started a web site where I thought I would put in m...
by chinnu
May 12th, 2003, 1:31 am
Forum: Student Forum
Topic: Black scholes with continuous compounding interest
Replies: 5
Views: 190753

Black scholes with continuous compounding interest

<t>Hi, I was trying to implement Black Scholes and I am using calculator provided in NumaWeb as reference; I am comparing my results with that calculator. WHen I use simple interest I am geeting same results as that calculator. But when I am using Continuous(CC) compound interest I am getting differ...
by chinnu
May 9th, 2003, 6:22 pm
Forum: Student Forum
Topic: Learning Derivatives
Replies: 4
Views: 190020

Learning Derivatives

<t>Thanks for replying. Actually I will be implementing the BS model this week end. It's that I am so busy with my current job that I didn't find time to update the site.sparky3223, Can you suggest any online resource where I can find information about "Binomial trees" . I will read that and let you...
by chinnu
May 7th, 2003, 2:06 pm
Forum: Student Forum
Topic: Learning Derivatives
Replies: 4
Views: 190020

Learning Derivatives

<r>Hi all, I have started a new site for learning Derivatives. I would like to collect as much information as possible and put some pricing model implementations there. I started that site recently so there is nothing there as of yet. Any one who would like to learn or contribute can check the site....
by chinnu
May 2nd, 2003, 12:22 pm
Forum: Student Forum
Topic: Starting credit derivatives
Replies: 6
Views: 190528

Starting credit derivatives

Hi, Thanks for the replies. I looked at the valuation of CDS when no counter party risk is involved By Hull and White. I will try to implement that model. Thank youChinnu.
by chinnu
May 1st, 2003, 9:16 pm
Forum: Student Forum
Topic: Starting credit derivatives
Replies: 6
Views: 190528

Starting credit derivatives

<t>Hi all, I am sorry if this question has been posted earlier. I want to learn "Credit Derivatives". I want to implement a Default swap pricing model as a starting point. I don't know how to do this. Can some one tell me how a Default Swap on a portifolio of Bonds is priced. I know there is no stan...
by chinnu
April 30th, 2003, 3:13 pm
Forum: Programming and Software Forum
Topic: Credit Derivatives System
Replies: 1
Views: 189731

Credit Derivatives System

Hi, I am new to Credit Derivatives and I want to learn them by implementing a model. I am planning to implement a model in EJB. I am from Computer Science background. Can any one point me to an online source where I can get to know how trading systems are designed.Thank youChinnu
by chinnu
April 29th, 2003, 3:31 pm
Forum: Careers Forum
Topic: Learning Credit derivatives
Replies: 1
Views: 189642

Learning Credit derivatives

<t>Hi, I have MS in Computer Science. I would like to get a job in Securities(Credit Derivatives) especially. Since I have no experience in Credit Derivatives pricing and very little experience in Bond Markets, I would like to implemet few Derivative pricing models (Using EJB) and put it in my Websi...
by chinnu
March 6th, 2003, 7:38 pm
Forum: Student Forum
Topic: Calculating yield to maturity.
Replies: 1
Views: 190079

Calculating yield to maturity.

<t>Hi, I am writing a java program to calculate the yield to maturity using the formulaP = sigma(t=1 to n) C/(1+r) raised to the power of t + M/(1+r) raised to the power of nwhere P is price at which the Bond is tradingC = coupon rateM = Face Valuen = no of yearsHow can I calculate r when others are...