FolioSell: Transact with the secondary market

Description Usage Arguments

Description

Buy or sell notes on the FOLIOfn secondary market

Usage

1
2
3
4
5
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)

Arguments

loanId

Deprecated. As of Jan 2018, the folio API was revised and the loan ID is no longer required.

orderId

Deprecated. As of Jan 2018, the folio API was revised and the order ID is no longer required.#' @inheritParams AccountSummary

noteId

The loan's note ID

Price

Price you wish to sell your loan for. Remember to consider

LC_CRED

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".

quiet

Should the API response be printed to the console the accrued interest in your offering.

expireDate

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".


LendingClub documentation built on May 1, 2019, 9:14 p.m.