// Other inspectors
 //! returns the lower indexes of surrounding volatility matrix corners
 public KeyValuePair <int, int> locate(Date optionDate,
                                       Period swapTenor)
 {
     return(locate(timeFromReference(optionDate),
                   swapLength(swapTenor)));
 }