or
BondProceeds: function(){ return this.get("UnderlyingPar") * (this.get("UnderlyingPrice")/100); },TotalAmount: function(){ return this.get("BondProceeds") - this.get("FloaterAmount"); }