{{theTime}}

Search This Blog

Total Pageviews

Forward rate agreement

forward rate agreement (FRA) is a forward contract in which one party pays a fixed interest rate, and receives a floating interest rate equal to a reference rate (theunderlying rate)
Forward rate agreement - Wikipedia, the free encyclopedia

No comments:

Java Script GET request Sample Code

fetch(' https://api.public.com/api ')   .then(response => response.json())   .then(data => console.log(data))   .catch(error =...