BillDetails creates BillDetails cusip object in the local environment
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | BillDetails(
  Cusip,
  ID,
  BillType,
  Sector,
  Issuer,
  Underwriter,
  OfferAmount,
  IssueDiscountRate,
  IssueDate,
  DatedDate,
  Maturity,
  Moody,
  SP,
  BondLab,
  BondBasis
)
 | 
| Cusip | A character the bill cusip | 
| ID | A character the bill id | 
| BillType | A character the type of bill | 
| Sector | A character the sector | 
| Issuer | A character the Issuer | 
| Underwriter | A character the Underwriter | 
| OfferAmount | A numeric value the offer amount | 
| IssueDiscountRate | A numeric value the discount rate | 
| IssueDate | A character mm-dd-YYYY | 
| DatedDate | A character mm-dd-YYYY | 
| Maturity | A character mm-dd-YYYY | 
| Moody | A character the Moody Rating | 
| SP | A character the SP Rating | 
| BondLab | A character the BondLab (Investor) assigned rating | 
| BondBasis | A character the interest calculation basis | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.