Guest User

Untitled

a guest
Jul 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public class InterestRateSwap
  2. {
  3. public double Notional { get; set; }
  4. public DateTime StartDate { get; set; }
  5. public DateTime MaturityDate { get; set; }
  6. public double FrequencyInYears { get; set; }
  7. public List<double> PayDates { get; internal set; }
  8. }
Add Comment
Please, Sign In to add comment