Class: SmartyStreets::USEnrichment::Property::Financial::Attributes

Inherits:
Object
  • Object
show all
Defined in:
lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(obj) ⇒ Attributes

Returns a new instance of Attributes.



25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 25

def initialize(obj)
    @assessed_improvement_percent = obj['assessed_improvement_percent']
    @assessed_improvement_value = obj['assessed_improvement_value']
    @assessed_land_value = obj['assessed_land_value']
    @assessed_value = obj['assessed_value']
    @assessor_last_update = obj['assessor_last_update']
    @assessor_taxroll_update = obj['assessor_taxroll_update']
    @contact_city = obj['contact_city']
    @contact_crrt = obj['contact_crrt']
    @contact_full_address = obj['contact_full_address']
    @contact_house_number = obj['contact_house_number']
    @contact_mail_info_format = obj['contact_mail_info_format']
    @contact_mail_info_privacy = obj['contact_mail_info_privacy']
    @contact_mailing_county = obj['contact_mailing_county']
    @contact_mailing_fips = obj['contact_mailing_fips']
    @contact_post_direction = obj['contact_post_direction']
    @contact_pre_direction = obj['contact_pre_direction']
    @contact_state = obj['contact_state']
    @contact_street_name = obj['contact_street_name']
    @contact_suffix = obj['contact_suffix']
    @contact_unit_designator = obj['contact_unit_designator']
    @contact_value = obj['contact_value']
    @contact_zip = obj['contact_zip']
    @contact_zip4 = obj['contact_zip4']
    @deed_document_page = obj['deed_document_page']
    @deed_document_book = obj['deed_document_book']
    @deed_document_number = obj['deed_document_number']
    @deed_owner_first_name = obj['deed_owner_first_name']
    @deed_owner_first_name2 = obj['deed_owner_first_name2']
    @deed_owner_first_name3 = obj['deed_owner_first_name3']
    @deed_owner_first_name4 = obj['deed_owner_first_name4']
    @deed_owner_full_name = obj['deed_owner_full_name']
    @deed_owner_full_name2 = obj['deed_owner_full_name2']
    @deed_owner_full_name3 = obj['deed_owner_full_name3']
    @deed_owner_full_name4 = obj['deed_owner_full_name4']
    @deed_owner_last_name = obj['deed_owner_last_name']
    @deed_owner_last_name2 = obj['deed_owner_last_name2']
    @deed_owner_last_name3 = obj['deed_owner_last_name3']
    @deed_owner_last_name4 = obj['deed_owner_last_name4']
    @deed_owner_middle_name = obj['deed_owner_middle_name']
    @deed_owner_middle_name2 = obj['deed_owner_middle_name2']
    @deed_owner_middle_name3 = obj['deed_owner_middle_name3']
    @deed_owner_middle_name4 = obj['deed_owner_middle_name4']
    @deed_owner_suffix = obj['deed_owner_suffix']
    @deed_owner_suffix2 = obj['deed_owner_suffix2']
    @deed_owner_suffix3 = obj['deed_owner_suffix3']
    @deed_owner_suffix4 = obj['deed_owner_suffix4']
    @deed_sale_date = obj['deed_sale_date']
    @deed_sale_price = obj['deed_sale_price']
    @deed_transaction_id = obj['deed_transaction_id']
    @disabled_tax_exemption = obj['disabled_tax_exemption']
    @financial_history = createFinancialHistory(obj['financial_history'])
    @first_name = obj['first_name']
    @first_name_2 = obj['first_name_2']
    @first_name_3 = obj['first_name_3']
    @first_name_4 = obj['first_name_4']
    @homeowner_tax_exemption = obj['homeowner_tax_exemption']
    @last_name = obj['last_name']
    @last_name_2 = obj['last_name_2']
    @last_name_3 = obj['last_name_3']
    @last_name_4 = obj['last_name_4']
    @market_improvement_percent = obj['market_improvement_percent']
    @market_improvement_value = obj['market_improvement_value']
    @market_land_value = obj['market_land_value']
    @market_value_year = obj['market_value_year']
    @match_type = obj['match_type']
    @middle_name = obj['middle_name']
    @middle_name_2 = obj['middle_name_2']
    @middle_name_3 = obj['middle_name_3']
    @middle_name_4 = obj['middle_name_4']
    @other_tax_exemption = obj['other_tax_exemption']
    @owner_full_name = obj['owner_full_name']
    @owner_full_name_2 = obj['owner_full_name_2']
    @owner_full_name_3 = obj['owner_full_name_3']
    @owner_full_name_4 = obj['owner_full_name_4']
    @ownership_transfer_date = obj['ownership_transfer_date']
    @ownership_transfer_doc_number = obj['ownership_transfer_doc_number']
    @ownership_transfer_transaction_id = obj['ownership_transfer_transaction_id']
    @ownership_type = obj['ownership_type']
    @ownership_type_2 = obj['ownership_type_2']
    @previous_assessed_value = obj['previous_assessed_value']
    @prior_sale_amount = obj['prior_sale_amount']
    @prior_sale_date = obj['prior_sale_date']
    @sale_amount = obj['sale_amount']
    @sale_date = obj['sale_date']
    @senior_tax_exemption = obj['senior_tax_exemption']
    @suffix = obj['suffix']
    @suffix_2 = obj['suffix_2']
    @suffix_3 = obj['suffix_3']
    @suffix_4 = obj['suffix_4']
    @tax_assess_year = obj['tax_assess_year']
    @tax_billed_amount = obj['tax_billed_amount']
    @tax_delinquent_year = obj['tax_delinquent_year']
    @tax_fiscal_year = obj['tax_fiscal_year']
    @tax_rate_area = obj['tax_rate_area']
    @total_market_value = obj['total_market_value']
    @trust_description = obj['trust_description']
    @veteran_tax_exemption = obj['veteran_tax_exemption']
    @widow_tax_exemption = obj['widow_tax_exemption']
end

Instance Attribute Details

#assessed_improvement_percentObject (readonly)

Returns the value of attribute assessed_improvement_percent.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def assessed_improvement_percent
  @assessed_improvement_percent
end

#assessed_improvement_valueObject (readonly)

Returns the value of attribute assessed_improvement_value.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def assessed_improvement_value
  @assessed_improvement_value
end

#assessed_land_valueObject (readonly)

Returns the value of attribute assessed_land_value.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def assessed_land_value
  @assessed_land_value
end

#assessed_valueObject (readonly)

Returns the value of attribute assessed_value.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def assessed_value
  @assessed_value
end

#assessor_last_updateObject (readonly)

Returns the value of attribute assessor_last_update.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def assessor_last_update
  @assessor_last_update
end

#assessor_taxroll_updateObject (readonly)

Returns the value of attribute assessor_taxroll_update.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def assessor_taxroll_update
  @assessor_taxroll_update
end

#contact_cityObject (readonly)

Returns the value of attribute contact_city.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_city
  @contact_city
end

#contact_crrtObject (readonly)

Returns the value of attribute contact_crrt.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_crrt
  @contact_crrt
end

#contact_full_addressObject (readonly)

Returns the value of attribute contact_full_address.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_full_address
  @contact_full_address
end

#contact_house_numberObject (readonly)

Returns the value of attribute contact_house_number.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_house_number
  @contact_house_number
end

#contact_mail_info_formatObject (readonly)

Returns the value of attribute contact_mail_info_format.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_mail_info_format
  @contact_mail_info_format
end

#contact_mail_info_privacyObject (readonly)

Returns the value of attribute contact_mail_info_privacy.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_mail_info_privacy
  @contact_mail_info_privacy
end

#contact_mailing_countyObject (readonly)

Returns the value of attribute contact_mailing_county.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_mailing_county
  @contact_mailing_county
end

#contact_mailing_fipsObject (readonly)

Returns the value of attribute contact_mailing_fips.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_mailing_fips
  @contact_mailing_fips
end

#contact_post_directionObject (readonly)

Returns the value of attribute contact_post_direction.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_post_direction
  @contact_post_direction
end

#contact_pre_directionObject (readonly)

Returns the value of attribute contact_pre_direction.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_pre_direction
  @contact_pre_direction
end

#contact_stateObject (readonly)

Returns the value of attribute contact_state.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_state
  @contact_state
end

#contact_street_nameObject (readonly)

Returns the value of attribute contact_street_name.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_street_name
  @contact_street_name
end

#contact_suffixObject (readonly)

Returns the value of attribute contact_suffix.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_suffix
  @contact_suffix
end

#contact_unit_designatorObject (readonly)

Returns the value of attribute contact_unit_designator.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_unit_designator
  @contact_unit_designator
end

#contact_valueObject (readonly)

Returns the value of attribute contact_value.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_value
  @contact_value
end

#contact_zipObject (readonly)

Returns the value of attribute contact_zip.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_zip
  @contact_zip
end

#contact_zip4Object (readonly)

Returns the value of attribute contact_zip4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def contact_zip4
  @contact_zip4
end

#deed_document_bookObject (readonly)

Returns the value of attribute deed_document_book.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_document_book
  @deed_document_book
end

#deed_document_numberObject (readonly)

Returns the value of attribute deed_document_number.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_document_number
  @deed_document_number
end

#deed_document_pageObject (readonly)

Returns the value of attribute deed_document_page.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_document_page
  @deed_document_page
end

#deed_owner_first_nameObject (readonly)

Returns the value of attribute deed_owner_first_name.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_first_name
  @deed_owner_first_name
end

#deed_owner_first_name2Object (readonly)

Returns the value of attribute deed_owner_first_name2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_first_name2
  @deed_owner_first_name2
end

#deed_owner_first_name3Object (readonly)

Returns the value of attribute deed_owner_first_name3.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_first_name3
  @deed_owner_first_name3
end

#deed_owner_first_name4Object (readonly)

Returns the value of attribute deed_owner_first_name4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_first_name4
  @deed_owner_first_name4
end

#deed_owner_full_nameObject (readonly)

Returns the value of attribute deed_owner_full_name.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_full_name
  @deed_owner_full_name
end

#deed_owner_full_name2Object (readonly)

Returns the value of attribute deed_owner_full_name2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_full_name2
  @deed_owner_full_name2
end

#deed_owner_full_name3Object (readonly)

Returns the value of attribute deed_owner_full_name3.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_full_name3
  @deed_owner_full_name3
end

#deed_owner_full_name4Object (readonly)

Returns the value of attribute deed_owner_full_name4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_full_name4
  @deed_owner_full_name4
end

#deed_owner_last_nameObject (readonly)

Returns the value of attribute deed_owner_last_name.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_last_name
  @deed_owner_last_name
end

#deed_owner_last_name2Object (readonly)

Returns the value of attribute deed_owner_last_name2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_last_name2
  @deed_owner_last_name2
end

#deed_owner_last_name3Object (readonly)

Returns the value of attribute deed_owner_last_name3.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_last_name3
  @deed_owner_last_name3
end

#deed_owner_last_name4Object (readonly)

Returns the value of attribute deed_owner_last_name4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_last_name4
  @deed_owner_last_name4
end

#deed_owner_middle_nameObject (readonly)

Returns the value of attribute deed_owner_middle_name.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_middle_name
  @deed_owner_middle_name
end

#deed_owner_middle_name2Object (readonly)

Returns the value of attribute deed_owner_middle_name2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_middle_name2
  @deed_owner_middle_name2
end

#deed_owner_middle_name3Object (readonly)

Returns the value of attribute deed_owner_middle_name3.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_middle_name3
  @deed_owner_middle_name3
end

#deed_owner_middle_name4Object (readonly)

Returns the value of attribute deed_owner_middle_name4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_middle_name4
  @deed_owner_middle_name4
end

#deed_owner_suffixObject (readonly)

Returns the value of attribute deed_owner_suffix.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_suffix
  @deed_owner_suffix
end

#deed_owner_suffix2Object (readonly)

Returns the value of attribute deed_owner_suffix2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_suffix2
  @deed_owner_suffix2
end

#deed_owner_suffix3Object (readonly)

Returns the value of attribute deed_owner_suffix3.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_suffix3
  @deed_owner_suffix3
end

#deed_owner_suffix4Object (readonly)

Returns the value of attribute deed_owner_suffix4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_owner_suffix4
  @deed_owner_suffix4
end

#deed_sale_dateObject (readonly)

Returns the value of attribute deed_sale_date.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_sale_date
  @deed_sale_date
end

#deed_sale_priceObject (readonly)

Returns the value of attribute deed_sale_price.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_sale_price
  @deed_sale_price
end

#deed_transaction_idObject (readonly)

Returns the value of attribute deed_transaction_id.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def deed_transaction_id
  @deed_transaction_id
end

#disabled_tax_exemptionObject (readonly)

Returns the value of attribute disabled_tax_exemption.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def disabled_tax_exemption
  @disabled_tax_exemption
end

#financial_historyObject (readonly)

Returns the value of attribute financial_history.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def financial_history
  @financial_history
end

#first_nameObject (readonly)

Returns the value of attribute first_name.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def first_name
  @first_name
end

#first_name_2Object (readonly)

Returns the value of attribute first_name_2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def first_name_2
  @first_name_2
end

#first_name_3Object (readonly)

Returns the value of attribute first_name_3.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def first_name_3
  @first_name_3
end

#first_name_4Object (readonly)

Returns the value of attribute first_name_4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def first_name_4
  @first_name_4
end

#homeowner_tax_exemptionObject (readonly)

Returns the value of attribute homeowner_tax_exemption.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def homeowner_tax_exemption
  @homeowner_tax_exemption
end

#last_nameObject (readonly)

Returns the value of attribute last_name.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def last_name
  @last_name
end

#last_name_2Object (readonly)

Returns the value of attribute last_name_2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def last_name_2
  @last_name_2
end

#last_name_3Object (readonly)

Returns the value of attribute last_name_3.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def last_name_3
  @last_name_3
end

#last_name_4Object (readonly)

Returns the value of attribute last_name_4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def last_name_4
  @last_name_4
end

#market_improvement_percentObject (readonly)

Returns the value of attribute market_improvement_percent.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def market_improvement_percent
  @market_improvement_percent
end

#market_improvement_valueObject (readonly)

Returns the value of attribute market_improvement_value.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def market_improvement_value
  @market_improvement_value
end

#market_land_valueObject (readonly)

Returns the value of attribute market_land_value.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def market_land_value
  @market_land_value
end

#market_value_yearObject (readonly)

Returns the value of attribute market_value_year.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def market_value_year
  @market_value_year
end

#match_typeObject (readonly)

Returns the value of attribute match_type.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def match_type
  @match_type
end

#middle_nameObject (readonly)

Returns the value of attribute middle_name.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def middle_name
  @middle_name
end

#middle_name_2Object (readonly)

Returns the value of attribute middle_name_2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def middle_name_2
  @middle_name_2
end

#middle_name_3Object (readonly)

Returns the value of attribute middle_name_3.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def middle_name_3
  @middle_name_3
end

#middle_name_4Object (readonly)

Returns the value of attribute middle_name_4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def middle_name_4
  @middle_name_4
end

#other_tax_exemptionObject (readonly)

Returns the value of attribute other_tax_exemption.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def other_tax_exemption
  @other_tax_exemption
end

#owner_full_nameObject (readonly)

Returns the value of attribute owner_full_name.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def owner_full_name
  @owner_full_name
end

#owner_full_name_2Object (readonly)

Returns the value of attribute owner_full_name_2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def owner_full_name_2
  @owner_full_name_2
end

#owner_full_name_3Object (readonly)

Returns the value of attribute owner_full_name_3.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def owner_full_name_3
  @owner_full_name_3
end

#owner_full_name_4Object (readonly)

Returns the value of attribute owner_full_name_4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def owner_full_name_4
  @owner_full_name_4
end

#ownership_transfer_dateObject (readonly)

Returns the value of attribute ownership_transfer_date.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def ownership_transfer_date
  @ownership_transfer_date
end

#ownership_transfer_doc_numberObject (readonly)

Returns the value of attribute ownership_transfer_doc_number.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def ownership_transfer_doc_number
  @ownership_transfer_doc_number
end

#ownership_transfer_transaction_idObject (readonly)

Returns the value of attribute ownership_transfer_transaction_id.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def ownership_transfer_transaction_id
  @ownership_transfer_transaction_id
end

#ownership_typeObject (readonly)

Returns the value of attribute ownership_type.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def ownership_type
  @ownership_type
end

#ownership_type_2Object (readonly)

Returns the value of attribute ownership_type_2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def ownership_type_2
  @ownership_type_2
end

#previous_assessed_valueObject (readonly)

Returns the value of attribute previous_assessed_value.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def previous_assessed_value
  @previous_assessed_value
end

#prior_sale_amountObject (readonly)

Returns the value of attribute prior_sale_amount.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def prior_sale_amount
  @prior_sale_amount
end

#prior_sale_dateObject (readonly)

Returns the value of attribute prior_sale_date.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def prior_sale_date
  @prior_sale_date
end

#sale_amountObject (readonly)

Returns the value of attribute sale_amount.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def sale_amount
  @sale_amount
end

#sale_dateObject (readonly)

Returns the value of attribute sale_date.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def sale_date
  @sale_date
end

#senior_tax_exemptionObject (readonly)

Returns the value of attribute senior_tax_exemption.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def senior_tax_exemption
  @senior_tax_exemption
end

#suffixObject (readonly)

Returns the value of attribute suffix.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def suffix
  @suffix
end

#suffix_2Object (readonly)

Returns the value of attribute suffix_2.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def suffix_2
  @suffix_2
end

#suffix_3Object (readonly)

Returns the value of attribute suffix_3.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def suffix_3
  @suffix_3
end

#suffix_4Object (readonly)

Returns the value of attribute suffix_4.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def suffix_4
  @suffix_4
end

#tax_assess_yearObject (readonly)

Returns the value of attribute tax_assess_year.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def tax_assess_year
  @tax_assess_year
end

#tax_billed_amountObject (readonly)

Returns the value of attribute tax_billed_amount.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def tax_billed_amount
  @tax_billed_amount
end

#tax_delinquent_yearObject (readonly)

Returns the value of attribute tax_delinquent_year.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def tax_delinquent_year
  @tax_delinquent_year
end

#tax_fiscal_yearObject (readonly)

Returns the value of attribute tax_fiscal_year.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def tax_fiscal_year
  @tax_fiscal_year
end

#tax_rate_areaObject (readonly)

Returns the value of attribute tax_rate_area.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def tax_rate_area
  @tax_rate_area
end

#total_market_valueObject (readonly)

Returns the value of attribute total_market_value.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def total_market_value
  @total_market_value
end

#trust_descriptionObject (readonly)

Returns the value of attribute trust_description.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def trust_description
  @trust_description
end

#veteran_tax_exemptionObject (readonly)

Returns the value of attribute veteran_tax_exemption.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def veteran_tax_exemption
  @veteran_tax_exemption
end

#widow_tax_exemptionObject (readonly)

Returns the value of attribute widow_tax_exemption.



8
9
10
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 8

def widow_tax_exemption
  @widow_tax_exemption
end

Instance Method Details

#createFinancialHistory(historyArray) ⇒ Object



126
127
128
129
130
131
132
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/attributes.rb', line 126

def createFinancialHistory(historyArray)
    entryArray = []
    for entry in historyArray do
        entryArray << Financial::HistoryEntry.new(entry)
    end
    return entryArray
end