Buy or sell notes on the FOLIOfn secondary market
FolioBuy(loanId = NULL, orderId = NULL, noteId, Price = NULL,
LC_CRED = NULL, quiet = T)FolioSell(loanId = NULL, orderId = NULL, noteId, expireDate = NULL,
Price = NULL, LC_CRED = NULL, quiet = T)
Deprecated. As of Jan 2018, the folio API was revised and the loan ID is no longer required.
Deprecated. As of Jan 2018, the folio API was revised and the order ID is no longer required.#' @inheritParams AccountSummary
The loan's note ID
Price you wish to sell your loan for. Remember to consider
Credential object having class LendingClub_credential. This object can be created using the lc_MakeCredential()
function. You can pass the object directly as an argument to the function or alternatively, it can be read from the global environment if it was stored as "LC_CRED".
Should the API response be printed to the console the accrued interest in your offering.
The date the sell offer will expire. Can be as short as the current date or up to 7 days from posting the offer. Character string of the format "YYYY-MM-DD".