//@Name:Profit/Debt //@Description:Profit / Net Borrowing ratio //@Returns:Number //@Width:80 function getVal(share) { return share.getResult(0, Result.Profit)/share.getResult(0, Result.NetBorrowing); }